Changes

Jump to navigation Jump to search

FF7/Technical/Source

4 bytes removed, 05:20, 23 May 2019
m
8 revisions imported
strings ff7.exe | grep '[cC]:\\' | tr '[:upper:]' '[:lower:]' | sort | uniq > filelist.txt
 
 
This is by far not a complete listing of source files. These only reference files that did memory
allocation. Their function originally was to trace memory allocations and what source file was
responsible. During the final build, it would seem the debug data was left in the executable, (abet
disabled), and was in a plain-text format that could be grepped with the Linux "strings" command.
|-
|}
 
The above is by far not a complete listing of source files. These only reference files that did memory
allocation. Their function originally was to trace memory allocations and what source file was
responsible. During the final build, it would seem the debug data was left in the executable, (abet
disabled), and was in a plain-text format that could be grepped with the Linux "strings" command.

Navigation menu