Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussacana authored Jul 15, 2018
1 parent 1001621 commit d6dbd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you wanna use the SRL to put Non-ASCII Characters you need call the Srl.Proce
### Sample Catch Srl.Process:
```Assembly
@GetProc:
call Nxt ;Call the label Nxt
call @Nxt ;Call the label Nxt
@Nxt: ;Declare the Nxt label
pop EAX ;Catch the EIP :)
sub EAX, 0x204C ;Subtract the Difference from the EIP and Import Address
Expand All @@ -59,7 +59,7 @@ After some problems with games that reload string inside a loop I created the Ge

```Assembly
@GetProc:
call Nxt ;Call the label Nxt
call @Nxt ;Call the label Nxt
@Nxt: ;Declare the Nxt label
pop EAX ;Catch the EIP :)
cmp dword [EAX+0x1D], 0;Verify if already have the Address
Expand Down

0 comments on commit d6dbd3c

Please sign in to comment.