Aiden-Isik/ExtractImportsTest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Copyright (c) 2024 Aiden Isik Licensed under GNU AGPL, either version 3 or, at your option, any later version. This is a test program for a very specific prerelease version of SynthXEX (commit d9c6951) which extracts the import header to be plugged into the program for testing purposes. COMPILING: gcc main.c -o extrimports USAGE: ./extrimports <xex to extract imports from> OUTPUT: input.bin in the current directory USAGE IN SYNTHXEX: - Put import.bin in the directory you are currently in. Do not rename it. - Run SynthXEX as normal. Do not change directory.