mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
reorganizing
This commit is contained in:
parent
2afd831662
commit
bdcecd360b
5 changed files with 352 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue