![]() |
|
#1
|
|||
|
|||
|
How to debug with DLL (__dbk_fcall_wrapper)
Hi,
The main executable will load the DLL via the function: __dbk_fcall_wrapper dbkFCallWrapperAddr TMethodImplementationIntercept How to debug it from main executable? Because this DLL will be hidden in module (x32dbg). Please give me some advice. Thanks. |
| The Following User Says Thank You to dnvthv For This Useful Post: | ||
niculaita (12-08-2025) | ||
|
#2
|
|||
|
|||
|
You will probably have to just do tracing? you mention dbk (ala cheat engine). You can follow the fcall to the memory region it is mapped too, and then set a hardware breakpoint at one of the functions you are wanting to debug, and do a trace. Then just ananlyze the trace to see if its doing what you hope it should be doing..??
|
![]() |
|
|