-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I want to request an option that allow us to generate ASM files from splits defined as C/CPP, similar to how --disassemble-all leaves individual ASM files for all of the matched and non-matched functions inside defined C/CPP files, but this option would left an ASM version of same split which is defined as C/CPP, like if instead of being defined as a C/CPP split it was defined as an ASM split, but without affecting the C/CPP file meaning that --disassemble-all will still creating the required non-matched and matched functions individually.
I request this option as the Silent Hill Decompilation project is seeking to being added to decomp.dev database and one of the requirements is being able to use Objdiff which requires a reference matching object file. While we are able to circumvent this issue I wanted to request this as this would allow us to no longer has to relay on tricky methods to get reference matching files and this would also help more PlayStation game decompilation projects to either migrate or being able to being added to decomp.dev database as they would also being able to generate reference files easily.