mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/hacking-blogposts.git
synced 2025-05-16 20:37:01 +00:00
fix the hacking tutorials
This commit is contained in:
parent
325b9c3814
commit
673311896a
21 changed files with 207 additions and 489 deletions
2
asm/2.md
2
asm/2.md
|
@ -132,5 +132,5 @@ and thus we get resulting final code:
|
|||
|
||||
Most x86_64 assembly code have 3 sections, the .data section , the .bss section and the .text section. the label we used here _start acts like a function, everytime we will use the word _start in our code, it is going to execute the portion of code that's associated with it.
|
||||
|
||||
In the next subject we're going to dig into jumps, calls and comparaisons, you can click [here](3.html).
|
||||
In the next subject we're going to dig into jumps, calls and comparaisons, you can click [here](3.md).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue