Byte patch
-
- Senior Member
- Posts: 114
- Joined: Fri Mar 15, 2019 6:08 am
Byte patch
Is it possible to bytepatch binary in-memory via Python and if yes what is the best way?
Re: Byte patch
InvisibleSoldiers wrote:Is it possible to bytepatch binary in-memory via Python and if yes what is the best way?
1. Yes
2. The best way. The one you like. (LLPL, API and etc)
Last edited by Sam on Sun Jan 19, 2020 6:46 am, edited 1 time in total.
Reason: Original post version
Reason: Original post version
Re: Byte patch
Yes, we have developed a feature rich module for various memory hacking operations.
http://wiki.sourcepython.com/developing ... ule-memory
If you want to byte-patch a binary in memory, you first need to get the binary using find_binary, then search for the location where you would like to apply your patch, and the use the set_<type> methods of the Pointer class to apply the patch. Here on the forums there should be 1-2 examples.
http://wiki.sourcepython.com/developing ... ule-memory
If you want to byte-patch a binary in memory, you first need to get the binary using find_binary, then search for the location where you would like to apply your patch, and the use the set_<type> methods of the Pointer class to apply the patch. Here on the forums there should be 1-2 examples.
Return to “Plugin Development Support”
Who is online
Users browsing this forum: Google [Bot] and 129 guests