Does anyone know where/if i can find the source for HD Loader?
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Does anyone know where/if i can find the source for HD Loader?
ask sjeep the source aint realesed hdloader is much more abondedware
IDApro, according to their documentation MIPS R5900 (Playstation 2) is supported...
Would IDA Pro give me the source code or just meaningless technobabble that i have to go study some more to decipher?
It's a powerful disassembler, but nothing more than that. In reverse engineering the difficult part is to discriminate code from data, i think in this case the code is in some way obfuscated, so probably more difficult than it should be.
'Deobfuscated' versions of the program are available on the Internet, so that is not necessarily a problem.
However, making real sense out of a disassembly is still quite a challenge, and not something to be undertaken lightly. Someone with experience only of C programming, or other high level languages, will have little chance of succeeding in understanding any program disassembly. A good understanding of the assembly language used for the CPUs, and of the hardware accessed, are both prime requirements.
Best regards: dlanor
I Love You 2007
@hagag_medo: Stop spamming here
@topic: u can't decompile an executable to source code, you just can try to understand the assembler code a disassembler can provide you (you can use ps2dis to get the assembler code, it's a free program)
| « Previous Thread | Next Thread » |