Jump to content

Recommended Posts

Posted

My Problem is " HideProcessNT.dll " I've tried To edit it on "ollydbg" but i filed

so here the script:

Global $d = @ScriptDir & "\HideProcessNT.dll" ; Here My Problem this file my antivirus think it a virus

$PID1 = ProcessExists("explorer.exe")

Func _PH($PID)

DllCall($d,"long","HideNtProcess","dword",$PID)

EndFunc

Run("taskmgr.exe")

MsgBox(64,"","to hide " & @ScriptName & " press ok")

_PH($PID1)

While 1

Sleep(1000)

WEnd

BUT!! Please any one can edit this file

See it in attachment

Posted

  On 7/4/2011 at 4:39 PM, 'Jos said:

So why do you think that your AV detects this as a Virus?

What are you trying to hide here?

Jos

Because I am going to make special program to protect folders
Posted

  On 7/4/2011 at 5:20 PM, 'HiScripter said:

Because I am going to make special program to protect folders

Protect folder from what.

If we ask if beacuse we protect the reputation of autoit.

Posted

  On 7/4/2011 at 5:26 PM, 'monoscout999 said:

Protect folder from what.

If we ask if beacuse we protect the reputation of autoit.

I am no against reputation of Autoit I am trying to get help man please help me if u can hah!
Posted

Then answer. Protect files from what? what is the point of hide a process when you what you want to protect are files? You must understand that hidding process is what usualy virus do. if you understand that, so, Why no answer?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...