blob: e39710bd3b7a874c8b6964a9f6402443f103e265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
layout: ctf
title: some notes on reverse engineering
---
# reverse engineering
## practice
- [crackmes.one](https://crackmes.one)
## tooling
- [ghidra](https://ghidra-sre.org/) [free]
- [binary ninja](https://binary.ninja/) [$75 for students]
- [GDB](https://www.sourceware.org/gdb/)
- [GEF](https://github.com/hugsy/gef)
## language-specific tips: go
## language-specific tips: rust
|