don't click here

Get your disassemblies!

Discussion in 'Engineering & Reverse Engineering' started by Scarred Sun, Jan 4, 2008.

  1. Scarred Sun

    Scarred Sun

    Be who you needed when you were younger Administrator
    7,745
    127
    101
    Tower 8 ️
    Welp, this.
  2. Can somebody export and upload a text version of the Crackers disassembly?
    I would do it myself but every version of IDA PRO I can find refuses to open the IDB
     
  3. Uploaded on the wiki disassemblies page. It looks highly incomplete though.

    Shouldn't this be pinned?
     
  4. Scarred Sun

    Scarred Sun

    Be who you needed when you were younger Administrator
    7,745
    127
    101
    Tower 8 ️
    Welp, this.
    It was, but even after being moved out of Sonic Programming, was basically ignored. It'd probably be better to distill the information in that topic.
     
  5. Magus

    Magus

    Fallen Hacker From The Past Tech Member
    157
    0
    16
    Paris, France
    Translating Grandia 2 PC to French
    Hello guys,

    I'm sorry to post this in this thread, but the specific thread is closed and I wasn't willing to create a new thread just for this.

    In fact, I was willing to download Stealth's Sonic & Knuckles IDA disassembly, but it seems the link is dead. As I haven't been around recently, I don't really know where else I could find it. Has it been uploaded anywhere else ?
     
  6. Magus

    Magus

    Fallen Hacker From The Past Tech Member
    157
    0
    16
    Paris, France
    Translating Grandia 2 PC to French
    Ah, thanks a lot. I had browsed the wiki but couldn't find it. Seems I need new glasses...
     
  7. Can anyone upload an ASM version of Sonic and Knuckles disassembly? There is one in the thread, but it gives errors and I cant assemble it. Thanks
     
  8. nineko

    nineko

    I am the Holy Cat Tech Member
    6,298
    475
    63
    italy
    There IS a working one not far from where you looked.
    Search more.
     
  9. If its the one posted by Puto, I get an error when trying to assemble for some reason.
     
  10. What assembler are you using, and what error do you get? I'm pretty sure that one works.
     
  11. FASM
    The error message is: DAC_Offsets:dc.w((((DAC_81_Setup&7FFF)+$8000)<
     
  12. Try with ASM68k, that should work.
     
  13. Thanks, I looked on the wiki, but Im not sure exactly how to use this. Do I drag the asm file into it?
     
  14. Open up the command prompt, navigate to your assembly directory, type "asm68k /p /o ae- yourasmfile.asm,yourromfile.bin" (without the quotes, and obviously with yourasmfile.asm being replaced with the name of the ASM file, and yourromfile.bin being replaced with the name you want the assembled ROM to be saved as).
     
  15. Thanks it worked :thumbsup: