Jump to content
Tuts 4 You

x64 inline patching


T-Mixer

Recommended Posts

Posted

Is there any way please (code or tool) for x64 '.dll' files inline patching ?

I will be a great favor.

Thanks.

  • 4 weeks later...
Posted

No solution ?
Need help guys !

Posted

Solution for what ?! No one will write the code for you.

show us what you have and where you failed and we may help.

Posted

Well to be more precise, I'm looking for a way from where I can start coding.
an example of x64 exe/dll in-memory patching...

Anyway thanks Kurapica and sorry if I'm nagging.

Posted (edited)

research OpenProcess,  CreateProcessA, CreateProcessW,  SuspendThread, ResumeThread, GetThreadContext, SetThreadContext, ReadProcessMemory, WriteProcessMemory, VirtualAllocEx, CreateRemoteThread... and use the search button too

Edited by evlncrn8
  • Like 1
Posted
11 hours ago, evlncrn8 said:

research OpenProcess,  CreateProcessA, CreateProcessW,  SuspendThread, ResumeThread, GetThreadContext, SetThreadContext, ReadProcessMemory, WriteProcessMemory, VirtualAllocEx, CreateRemoteThread... and use the search button too

Thanks dude !

Posted

No need to apologize, I was just trying to understand your purpose.

have fun.

  • Like 1
Posted

i forgot VirtualProtectEx too, that might come in useful, but all of those generally give you what you're after and im sure you can find some examples of the api usage or documentation on msdn, codeproject, github or the like

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...