I have my unencrypted uncompressed retail xex, it generates the jump table fine but the lack of output means I'm missing important addresses. This is what my build.toml looks like:
[main] file_path = "/home/yuria/Projects/XenonRecomp/Build/Banjo/extract-xiso_Linux/nnb/default.xex" out_directory_path = "/home/yuria/Projects/XenonRecomp/Build/Banjo/output" switch_table_file_path = "banjo_table.toml"
Any help is appreciated, to my understanding this requires changes to the analyzer logic, although I am unsure what tools to use to locate the proper jump table addresses. Is there a different analyzer? How would I make this work?
Thanks in advance, building on Linux but there's been no roadbumps so far
I have my unencrypted uncompressed retail xex, it generates the jump table fine but the lack of output means I'm missing important addresses. This is what my build.toml looks like:
[main] file_path = "/home/yuria/Projects/XenonRecomp/Build/Banjo/extract-xiso_Linux/nnb/default.xex" out_directory_path = "/home/yuria/Projects/XenonRecomp/Build/Banjo/output" switch_table_file_path = "banjo_table.toml"Any help is appreciated, to my understanding this requires changes to the analyzer logic, although I am unsure what tools to use to locate the proper jump table addresses. Is there a different analyzer? How would I make this work?
Thanks in advance, building on Linux but there's been no roadbumps so far