19-05-2020, 10:49 PM
يسعدني أن أشارككم. تعلمت منك أيضا.
آمل أنني نشرت في القسم الصحيح. إذا طلبت من المديرين الانتقال.
المصدر في C ++
آمل أنني نشرت في القسم الصحيح. إذا طلبت من المديرين الانتقال.
المصدر في C ++
========================================================================
CONSOLE APPLICATION : MultipleSectionAddPatch
========================================================================
author: barukai
date: 2020.05.19
What it does:
- Adds a new section to multiple files where you can write new code and new data.
- Copy the dump from an ad hoc prepared file to the new section
- Search for functions using signature patterns and, if they find them, automatically create a trampoline jump to the functions rewritten in the added section
- Create a log file that provides information on any functions not found and more
Notes
1) The data file must be called "files.txt" -> see description in the example file for the construction
2) Insert the files to patch, the "files.txt" file, the dump files and the signature files in the same folder of the patcher and start the latter with a double click
The AddSection part is a modded version of addscn --> https://github.com/hMihaiDavid/addscn