fork download
  1. silex@silex:~/work/ssti/ssticchallenge mips-readelf -a ssticrypt
  2. readelf: Error: Unable to read in 0x28 bytes of section headers
  3. ELF Header:
  4. Magic: 7f 45 4c 46 01 02 01 00 00 00 00 00 00 00 00 00
  5. Class: ELF32
  6. Data: 2's complement, big endian
  7. Version: 1 (current)
  8. OS/ABI: UNIX - System V
  9. ABI Version: 0
  10. Type: EXEC (Executable file)
  11. Machine: MIPS R3000
  12. Version: 0x1
  13. Entry point address: 0x400c40
  14. Start of program headers: 52 (bytes into file)
  15. Start of section headers: 305184 (bytes into file)
  16. Flags: 0x1007, noreorder, pic, cpic, o32, mips1
  17. Size of this header: 52 (bytes)
  18. Size of program headers: 32 (bytes)
  19. Number of program headers: 8
  20. Size of section headers: 40 (bytes)
  21. Number of section headers: 39
  22. Section header string table index: 36
  23. readelf: Error: Unable to read in 0x618 bytes of section headers
  24. readelf: Error: Section headers are not available!
  25. Aborted
  26.  
  27. -------
  28.  
  29. silex@silex:~/work/ssti/ssticchallenge mips-objdump -D --target binary -m mips ssticrypt
  30.  
  31. ssticrypt: file format binary
  32.  
  33.  
  34. Disassembly of section .data:
  35.  
  36. 00000000 <.data>:
  37. 0: 7f454c46 c1 0x4c457f
  38. 4: 01020100 0x10201
  39. ...
  40. 10: 00020008 j 0x800
  41. 14: 00000001 0x1000000
  42. 18: 00400c40 mfc0 t4,$8
  43. 1c: 00000034 li zero,0x0
  44. 20: 0004a820 addi t0,a1,1024
  45. 24: 00001007 bltzal t8,0x28
  46. 28: 00340020 addi zero,zero,13312
  47. 2c: 00080028 slti zero,zero,2048
  48. 30: 00270024 li zero,9984
  49. 34: 00000006 bltz s0,0x38
  50. 38: 00000034 li zero,0x0
  51. 3c: 00400034 li zero,0x4000
  52. 40: 00400034 li zero,0x4000
  53. 44: 00000100 sll zero,at,0x0
  54. 48: 00000100 sll zero,at,0x0
  55. 4c: 00000005 bltz t0,0x50
  56. 50: 00000004 bltz zero,0x54
  57. 54: 00000003 0x3000000
  58. 58: 00000134 li at,0x0
  59. 5c: 00400134 li at,0x4000
  60. 60: 00400134 li at,0x4000
  61. 64: 0000000d jal 0x4000000
  62. 68: 0000000d jal 0x4000000
  63. 6c: 00000004 bltz zero,0x70
  64. 70: 00000001 0x1000000
  65. 74: 70000000 tge zero,zero,0x1
  66. 78: 00000164 daddiu at,zero,0
  67. 7c: 00400164 daddiu at,zero,16384
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty