View Single Post
  #18  
Old 01-13-2024, 17:47
Aakriti Aakriti is offline
Guest
 
Join Date: Sep 2023
Posts: 5
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
Aakriti Reputation: 0
Quote:
Originally Posted by Levis View Post
In this case I think that you should write your own hooking program to dynamically patching the DLL during runtime. LibHarmony should make in-memory patching becomes easier. Just need to wait until the dll is loaded into memory and then call your patching module.
Using LibHarmony to create a custom hooking program for dynamic DLL patching is an efficient solution. This solution speeds the patching process by utilizing in-memory patching and waiting for DLL loading, hence increasing adaptability and runtime flexibility.
Reply With Quote
The Following User Says Thank You to Aakriti For This Useful Post:
cracki (01-14-2024)