mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-19 15:14:18 +01:00
Merge pull request #10 from assp1r1n3/patch-1
Fix minor typo in re102_section4.1.md
This commit is contained in:
@@ -74,10 +74,10 @@ So let’s create the pseudo code for this loop:
|
||||
|
||||
```
|
||||
int ebx = 0;
|
||||
int length = 265 // 0x100
|
||||
int length = 256 // 0x100
|
||||
While (ebx < 256)
|
||||
{
|
||||
push(i)
|
||||
push(ebx)
|
||||
ebx++
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user