Answer the question
In order to leave comments, you need to log in
How to remove function call in exe by patching it?
My goal is to disable TLSCallback in order for the debugger to work.
I need to patch the code, not bypass the callback.
actual code:
.text:00401AA0 TlsCallback_0 proc near ; DATA XREF: .rdata:TlsCallbacks↓o
.text:00401AA0 jmp TlsCallback_0_0
.text:00401AA0 TlsCallback_0 endp
.text:00401AA0 TlsCallback_0 proc near ; DATA XREF: .rdata:TlsCallbacks↓o
.text:00401AA0 TlsCallback_0 endp
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question