Deal with PSX overlays in Ghidra

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • In this video I'll show how to deal with overlayed memory blocks and data for Sony Playstation 1 (PSX).
    Loader: github.com/lab...
    OVERLAYS.EXE: www.beneaththew...
  • Ігри

КОМЕНТАРІ • 15

  • @thogameskanaal
    @thogameskanaal 3 роки тому +8

    Thank you for the tutorial! I don't speak Russian, but I hope the auto-translate will help me here. :P
    It's easy to follow so far

    • @DocMefistO
      @DocMefistO  3 роки тому +3

      Yep, it's easy to use but not easy to understand)

  • @brill2k
    @brill2k 4 роки тому +2

    Палец вверх!

  • @ryuhighabusa430
    @ryuhighabusa430 2 місяці тому

    Is it possible to use this to load PSX arcade based binaries? Like the Namco System 11 or Sony ZN-1?

    • @DocMefistO
      @DocMefistO  2 місяці тому +1

      I guess this type isn't supported

  • @edgbla4905
    @edgbla4905 4 роки тому +1

    Спасибо, попробуем, а то с оверлеями в иде неудобно жуть. :) Почему часть опкодов не дизассемблируется?

    • @DocMefistO
      @DocMefistO  4 роки тому

      Спасибо! Можно пример с опкодами?

    • @edgbla4905
      @edgbla4905 4 роки тому

      @@DocMefistO У тебя в видео, после восстановления стека.))

    • @DocMefistO
      @DocMefistO  4 роки тому

      @@edgbla4905 А, это... Пока не понятно. Видимо, из-за того, что там блок заканчивается. Попробую разобраться.

  • @ajenkaxyok
    @ajenkaxyok Рік тому

    Странно, в одних эксешниках опкоды дизесемлриует, в других нет.

  • @renthecat2965
    @renthecat2965 2 роки тому

    I wanna do it with Dance Dance Revolution Extra MIX but ths game doesn't have the .EXE and .SYM files, hmm what can I do??
    And the truth is that what interests me the most are the images/sprites and replace them, is there another method to rip these elements??. Programs as Tim2View, timviewer or jpsxdec doesn't work with this game, I think Dance Dance Revolution PSX games are very rare inside.

    • @DocMefistO
      @DocMefistO  2 роки тому

      CNF file contains your executable path.

  • @custardcream2226
    @custardcream2226 2 роки тому

    I'm having some trouble...if I have a .bin and a .cue file for the game, what do I need to do with this to import into Ghidra? Thanks

    • @DocMefistO
      @DocMefistO  2 роки тому

      You need to mount your bin/cue or use some extraction tool like ultraiso to get your iso internal files

    • @custardcream2226
      @custardcream2226 2 роки тому

      @@DocMefistO Thanks a lot, worked great. Very cool to start exploring the code.