T
T
Troodi Larson2018-12-18 18:27:37
reverse engineering
Troodi Larson, 2018-12-18 18:27:37

How to find where the key is checked?

Hello. I would like to learn how to debug programs. So what I did:
1. Downloaded x64dbg
2. Wrote a program with key verification
And then a lot of questions. Everywhere they introduce you to a debugging course, they look for jumps, checks with a keyword, for example "Key, not valid". No matter how many programs I opened, I even wrote my own, I could not find the lines from the program. One would assume that they are protected by something, but my program is simply compiled.
What if I'm doing something wrong? Didn't find much information on this. Where can you read?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Solomennikov, 2018-12-18
@ivsol

wasm.in in publications
Introduction to reversing from scratch using IDA PRO
Introduction to debugging from scratch using OllyDbg

S
Saboteur, 2018-12-19
@saboteur_kiev

Do you even understand assembly language at least a little?
Computer architecture?
Trite - in what encoding were you looking for the key phrase?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question