Jump to content

flashcoder

Members
  • Posts

    16
  • Joined

  • Last visited

Reputation Activity

  1. Like
    flashcoder reacted to jpm in [SOLVED] Get process ID by name   
    just use the return of ProcessExists("Notepad.exe")
    you get the Pid
  2. Like
    flashcoder reacted to Danyfirex in force unload injected module in Autoit   
    Hello. 
    #include <WinAPI.au3> _ForceRemove("anydll.dll") Func _ForceRemove($sModuleName) Local $hModule=_winapi_GetModuleHandle($sModuleName) If Not $hModule then Return Do ;Some sleep if is needed Until _winapi_FreeLibrary($hModule)=True EndFunc Saludos
×
×
  • Create New...