Jump to content
Tuts 4 You

x64 inline patching


T-Mixer

Recommended Posts

  • 4 weeks later...

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.

Link to comment

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

Edited by evlncrn8
  • Like 1
Link to comment
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 !

Link to comment

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

Link to comment

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...