Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. 45 gadgets_ins = [
  2. 46 {'type': 'add', 'addr': 0x401207, 'instruction': 'add eax, 0x1337 ; ret', 'value': 0x1337},
  3. 47 {'type': 'add', 'addr': 0x402c09, 'instruction': 'add eax, 0x45 ; ret', 'value': 0x45},
  4. 48 {'type': 'add', 'addr': 0x403a0e, 'instruction': 'add eax, 0x1 ; ret', 'value': 0x1},
  5. 49 {'type': 'sub', 'addr': 0x404f1a, 'instruction': 'sub eax, 0x13 ; ret', 'value': 0x13},
  6. 50 {'type': 'sub', 'addr': 0x405212, 'instruction': 'sub eax, 0x3 ; ret', 'value': 0x3},
  7. 51 {'type': 'sub', 'addr': 0x406215, 'instruction': 'sub eax, 0x2 ; ret', 'value': 0x2},
  8. 52 {'type': 'shl', 'addr': 0x40721d, 'instruction': 'shl eax, 0x2 ; ret', 'value': 0x2},
  9. 53 {'type': 'shl', 'addr': 0x40821b, 'instruction': 'shl eax, 0x3 ; ret', 'value': 0x3},
  10. 54 {'type': 'shl', 'addr': 0x409220, 'instruction': 'shl eax, 0x4 ; ret', 'value': 0x4},
  11. 55 {'type': 'shr', 'addr': 0x40a32e, 'instruction': 'shr eax, 0x2 ; ret', 'value': 0x2},
  12. 56 {'type': 'shr', 'addr': 0x40b228, 'instruction': 'shr eax, 0x3 ; ret', 'value': 0x3},
  13. 57 {'type': 'shr', 'addr': 0x40c12a, 'instruction': 'shr eax, 0x4 ; ret', 'value': 0x4},
  14. 58 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement