mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
👨🏽 Clean up readme
This commit is contained in:
parent
8f69a395ef
commit
1a2a03e1c4
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Reverse Engineering
|
# Reverse Engineering
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Objective: turn a x86 binary executable back into C source code.
|
* Objective: turn a x86 binary executable back into C source code.
|
||||||
* Understand how the compiler turns C into assembly code.
|
* Understand how the compiler turns C into assembly code.
|
||||||
* Low-level OS structures and executable file format.
|
* Low-level OS structures and executable file format.
|
||||||
|
@ -329,6 +331,6 @@ xxd -r hello.dump > hello
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
# Relevant Talks
|
# Talks
|
||||||
|
|
||||||
* [Patrick Wardle: Writing OS X Malware](https://vimeo.com/129435995)
|
* [Patrick Wardle: Writing OS X Malware](https://vimeo.com/129435995).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue