T
T
Ternick2020-08-28 15:58:36
assembler
Ternick, 2020-08-28 15:58:36

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], eaxmov dword ptr ss:[esp+8], 0x0

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2020-08-28
@Ternick

take a serious software and try))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question