reorganizing

This commit is contained in:
Mari Wahl 2014-11-03 11:05:34 -05:00
parent 2afd831662
commit bdcecd360b
5 changed files with 352 additions and 3 deletions

View file

@ -10,16 +10,41 @@
- base conversion
- Command line tricks
### Encondings/ Binaries
```
file f1
ltrace bin
strings f1
base64 -d
xxd -r
nm
objcopy
binutils
```
### Online References
[Reverse Engineering, the Book]: http://beginners.re/
----
## IDA
- Cheat sheet
- [IDA PRO](https://www.hex-rays.com/products/ida/support/download_freeware.shtml)
-------------
@ -30,6 +55,8 @@
#### gdb
```sh
$ gcc -ggdb -o <filename> <filename>.c