Answer the question
In order to leave comments, you need to log in
What is the point of anti debugging tricks?
Good day. I found several made in china
anti debugging tricks and their problem, in my opinion, is that they can be easily bypassed because they use an essentially elementary comparison, which can be easily solved by replacing je with jne, test with xor, or even finding a place in which a value is put in a variable and replaced with , maybe this is not very correct, but it works. Is it really that 'easy' or am I misunderstanding something? mov dword ptr ss:[esp+8], eax
mov dword ptr ss:[esp+8], 0x0
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