fork(1) download
  1. (gdb) find 0x804a000, 0x804b000, 'm','y',' ','c','o','o','k','i','e'
  2. 0x804a321
  3. 1 pattern found.
  4. (gdb) x /30c 0x804a321
  5. 0x804a321: 109 'm' 121 'y' 32 ' ' 99 'c' 111 'o' 111 'o' 107 'k' 105 'i'
  6. 0x804a329: 101 'e' 0 '\000' 10 '\n' 0 '\000' 116 't' 101 'e' 115 's' 116 't'
  7. 0x804a331: 32 ' ' 109 'm' 101 'e' 115 's' 115 's' 97 'a' 103 'g' 101 'e'
  8. 0x804a339: 32 ' ' 0 '\000' 0 '\000' 0 '\000' 0 '\000' 0 '\000'
  9. (gdb) find 0x804b000, 0x804c000, 'm','y',' ','c','o','o','k','i','e'
  10. warning: Unable to access target memory at 0x804b000, halting search.
  11. Pattern not found.
  12. (gdb) find 0x8623000, 0x8644000, 'm','y',' ','c','o','o','k','i','e'
  13. 0x8623014
  14. 0x86232b4
  15. 0x86232fc
  16. 0x8623344
  17. warning: Unable to access target memory at 0x864274d, halting search.
  18. 4 patterns found.
  19. (gdb) x /30c 0x8623014
  20. 0x8623014: 109 'm' 121 'y' 32 ' ' 99 'c' 111 'o' 111 'o' 107 'k' 105 'i'
  21. 0x862301c: 101 'e' 0 '\000' 0 '\000' 0 '\000' 0 '\000' 0 '\000' 0 '\000' 0 '\000'
  22. 0x8623024: 25 '\031' 2 '\002' 0 '\000' 0 '\000' 112 'p' -124 '\204' 106 'j' -73 '\267'
  23. 0x862302c: 112 'p' -124 '\204' 106 'j' -73 '\267' 0 '\000' 0 '\000'
  24. (gdb) x /30c 0x86232b4
  25. 0x86232b4: 109 'm' 121 'y' 32 ' ' 99 'c' 111 'o' 111 'o' 107 'k' 105 'i'
  26. 0x86232bc: 101 'e' 116 't' 101 'e' 115 's' 116 't' 32 ' ' 109 'm' 101 'e'
  27. 0x86232c4: 115 's' 115 's' 97 'a' 103 'g' 101 'e' 32 ' ' 49 '1' 57 '9'
  28. 0x86232cc: 0 '\000' 101 'e' 115 's' 116 't' 32 ' ' 109 'm'
  29. (gdb) x /30c 0x86232fc
  30. 0x86232fc: 109 'm' 121 'y' 32 ' ' 99 'c' 111 'o' 111 'o' 107 'k' 105 'i'
  31. 0x8623304: 101 'e' 116 't' 101 'e' 115 's' 116 't' 32 ' ' 109 'm' 101 'e'
  32. 0x862330c: 115 's' 115 's' 97 'a' 103 'g' 101 'e' 32 ' ' 49 '1' 57 '9'
  33. 0x8623314: 10 '\n' 0 '\000' 101 'e' 115 's' 116 't' 32 ' '
  34. (gdb) x /60c 0x8623344
  35. 0x8623344: 109 'm' 121 'y' 32 ' ' 99 'c' 111 'o' 111 'o' 107 'k' 105 'i'
  36. 0x862334c: 101 'e' 116 't' 101 'e' 115 's' 116 't' 32 ' ' 109 'm' 101 'e'
  37. 0x8623354: 115 's' 115 's' 97 'a' 103 'g' 101 'e' 32 ' ' 49 '1' 54 '6'
  38. 0x862335c: 10 '\n' 116 't' 101 'e' 115 's' 116 't' 32 ' ' 109 'm' 101 'e'
  39. 0x8623364: 115 's' 115 's' 97 'a' 103 'g' 101 'e' 32 ' ' 49 '1' 55 '7'
  40. 0x862336c: 10 '\n' 116 't' 101 'e' 115 's' 116 't' 32 ' ' 109 'm' 101 'e'
  41. 0x8623374: 115 's' 115 's' 97 'a' 103 'g' 101 'e' 32 ' ' 49 '1' 56 '8'
  42. 0x862337c: 10 '\n' 0 '\000' 0 '\000' 0 '\000'
  43.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty