Skip to content

Commit 27ba007

Browse files
minor edits
1 parent eda5e2e commit 27ba007

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_posts/2020-01-22-more-angr-defeating-5-ELF-crackmes.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ tags: [angr, cutter, qiling, emulation, symbolic-execution, crackme, reverse-eng
55
author-id: julian
66
---
77

8-
The purpose of this post is to demonstrate how emulation can be used to find solutions to a few keygenme-style crackme programs.
9-
It is not always necessary or efficient to rely on just a disassembler or debugger when emulation can be used to assist with the analysis.
10-
In fact, by using tools like angr and Cutter one can save a significant amount of time when solving challenges like these.
11-
Rather than post each write-up seperately, the solutions to 5 challenges are posted together here.
12-
They are of rather low difficulty, so they should be accessible to beginners.
8+
The purpose of this post is to demonstrate how emulation can be used to quickly find solutions to simple keygenme-style programs.
9+
It is not always necessary or efficient to rely on just a disassembler or debugger when emulation can be used to assist with the analysis;
10+
in fact, by using tools like angr and Cutter one can save a significant amount of time when solving challenges like these.
11+
Rather than post a write-up seperately for each crackme, the solutions to 5 challenges are posted here together.
1312

1413

1514
### Contents:

0 commit comments

Comments
 (0)