Guest User

Untitled

a guest
Nov 27th, 2018
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.46 KB | None | 0 0
  1. (gdb) disass 0x400 0x42a
  2. Dump of assembler code from 0x400 to 0x42a:
  3. 0x400:  movel #-1515870811,%d0
  4. 0x406:  movel #-286331154,%d0
  5. 0x40c:  movel #-1717986919,%d0
  6. 0x412:  movel #-1717986919,%d4
  7. 0x418:  movew #-30,%d1
  8. 0x41c:  movew #100,%d2
  9. 0x420:  mulsw %d1,%d2
  10. 0x422:  lea 0x60000,%a3
  11. 0x428:  bras 0x400
  12. End of assembler dump.
  13. (gdb) disass 0x400 0x42a
  14. Dump of assembler code from 0x400 to 0x42a:
  15. 0x400:  movel #-1515870811,%d0
  16. 0x406:  movel #-286331154,%d0
  17. 0x40c:  movel #-1717986919,%d0
  18. 0x412:  movel #-1717986919,%d4
  19. 0x418:  movew #-30,%d1
  20. 0x41c:  movew #100,%d2
  21. 0x420:  mulsw %d1,%d2
  22. 0x422:  lea 0x60000,%a3
  23. 0x428:  bras 0x400
  24. End of assembler dump.
  25. (gdb) x 0x420
  26. 0x420:  0xc5c147f9
  27. (gdb) set *((short *)0x420) = 0x4afc
  28. (gdb) disass 0x400 0x42a
  29. Dump of assembler code from 0x400 to 0x42a:
  30. 0x400:  movel #-1515870811,%d0
  31. 0x406:  movel #-286331154,%d0
  32. 0x40c:  movel #-1717986919,%d0
  33. 0x412:  movel #-1717986919,%d4
  34. 0x418:  movew #-30,%d1
  35. 0x41c:  movew #100,%d2
  36. 0x420:  illegal
  37. 0x422:  lea 0x60000,%a3
  38. 0x428:  bras 0x400
  39. End of assembler dump.
  40. (gdb) x 0x420
  41. 0x420:  0x4afc47f9
  42. (gdb) set *((short *)0x420) = 0xc5c1
  43. (gdb) disass 0x400 0x42a
  44. Dump of assembler code from 0x400 to 0x42a:
  45. 0x400:  movel #-1515870811,%d0
  46. 0x406:  movel #-286331154,%d0
  47. 0x40c:  movel #-1717986919,%d0
  48. 0x412:  movel #-1717986919,%d4
  49. 0x418:  movew #-30,%d1
  50. 0x41c:  movew #100,%d2
  51. 0x420:  mulsw %d1,%d2
  52. 0x422:  lea 0x60000,%a3
  53. 0x428:  bras 0x400
  54. End of assembler dump.
Add Comment
Please, Sign In to add comment