summaryrefslogtreecommitdiff
path: root/ctf/rev.md
diff options
context:
space:
mode:
authorJJ2024-02-21 01:28:49 +0000
committerJJ2024-02-21 01:28:49 +0000
commitfa1e6f75ceb4f2a99dc1c107bfe60434356cfe19 (patch)
tree2c76452361bdbe2166b24f8dd665ac51b4e26ca7 /ctf/rev.md
parent19ab14173c4242792cee0bd9b75d81c788e0fb70 (diff)
meow
Diffstat (limited to 'ctf/rev.md')
-rw-r--r--ctf/rev.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/ctf/rev.md b/ctf/rev.md
index ba82c48..e39710b 100644
--- a/ctf/rev.md
+++ b/ctf/rev.md
@@ -5,9 +5,17 @@ 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