Hacking Good PowerPC Decompiler?

  • Thread starter Thread starter BullyWiiPlaza
  • Start date Start date
  • Views Views 18,320
  • Replies Replies 29
  • Likes Likes 1
It's not being a dick when they do something fundamentally wrong a 2nd time so of course it wouldn't work with invalid input and just wastes time so better not post then when you don't know what you're doing.
It is being a dick when you're treating me like an idiot for not working something out that you couldn't without contacting them on how to do it.
 
It is being a dick when you're treating me like an idiot for not working something out that you couldn't without contacting them on how to do it.
I asked the community to contribute their part yet again aaaand disappointed yet again because I don't have all day for tiny things like this every time :P
But honestly, if you don't understand the difference between assembly and data you shouldn't have tried and said it worked when it didn't.

The following code is as close as it gets to the browser input but of course it's not working yet:
Code:
from retdec.decompiler import Decompiler

decompiler = Decompiler(api_key='my_api_key')
decompilation = decompiler.start_decompilation(input_file='Dump.bin',
                                               architecture='PowerPC',
                                               raw_entry_point=0x01000000,
                                               raw_section_vma=0x01000000,
                                               endian='big')
decompilation.wait_until_finished()
decompilation.save_hll_code()
 
Last edited by BullyWiiPlaza,

Site & Scene News

Popular threads in this forum