xenia-canary/src/xenia/tools/api-scanner
Jonathan Goyvaerts c1af632562 Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00
..
README.md Added API scanner tool 2015-02-21 17:33:56 +00:00
api_scanner_loader.cc Format all code with new clang-format 2017-12-14 20:44:43 -06:00
api_scanner_loader.h Format all code with new clang-format 2017-12-14 20:44:43 -06:00
api_scanner_main.cc Replace all gflag implementations with cvar implementations 2019-08-03 02:34:07 +02:00

README.md

api-scanner

api-scanner will dump out the API imports from a packaged 360 game

Usage

Run from the command line

api-scanner <package_path>

or:

api-scanner --target <package_path>

Output is printed to the console window, so it self-managed.

The suggested usage is to append the output to a local file:

api-scanner <package_path> >> title_log.txt

Issues

  • Duplicate code for loading containers
  • Several issues with gflags library - incorrectly prints usage from other files (due to linkage with libxenia)