xenia-canary/src/xenia/tools/api-scanner
DrChat aaf281351d Format all code with new clang-format 2017-12-14 20:44:43 -06: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 Fixing most clang-format errors. 2015-05-03 10:27:50 -07: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)