View Single Post
  #34  
Old 03-25-2024, 11:31
Nisy's Avatar
Nisy Nisy is offline
Family
 
Join Date: Jan 2023
Posts: 14
Rept. Given: 0
Rept. Rcvd 24 Times in 7 Posts
Thanks Given: 1
Thanks Rcvd at 146 Times in 12 Posts
Nisy Reputation: 24
Update:

2024.03.21
x64 v3.3.1
1. Add hijacking code generation tool. Drag the module (dll) that can be used for hijacking into the window, you can generate the hijacking project corresponding to the VS version. The tool supports hijacking mode and transit mode; supports some C++ export functions (namespaces, classes, virtual tables, static members, etc.); parses and generates export data (non-functions).
2. restructured and optimized the internal logic of the patch module PYG.dll/PYG64.dll, and the functions of the 32/64 modules have been aligned.
3. Enhanced the function of "Protect Hardware Breakpoints" (to be perfected on Win7), after checking this function, you can directly set hard breaks for patching some shelled programs.
4. support setting UI fonts, support setting default fonts for patches, and you can also set fonts in the menu of patches.
5. Fix the compatibility problem on non-Chinese systems.
6. fix the problem of loading failure of PYG.dll in XP system.
7. fix detours occasional stuck problem (thanks to DNA's feedback and assistance in testing)
8. fix the bug that "Autoloading" mode fails to inject into some processes (thanks to Stone & Cloth for the feedback)
9. Generate loader no longer forcibly overwrite the ini file.
10. change the language file, support to set multiple LangId, split by comma.
11. Cancel the output of debugview in debug version.
12. debug version no longer detect x64dbg, no longer detect hijacked DLL.
13. Add Spanish language file, thanks to LoPeRa.
Reply With Quote
The Following 2 Users Say Thank You to Nisy For This Useful Post:
blue_devil (03-25-2024), SofTw0rm (06-20-2024)