Skip to content

Commit

Permalink
Fix minor typo in re102_section4.1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
assp1r1n3 authored Aug 25, 2017
1 parent 297573e commit 5939acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RE102/re102_section4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++
}
```
Expand Down

0 comments on commit 5939acc

Please sign in to comment.