xenia-canary/src/xenia/tools/api-scanner
Triang3l 6ce5330f5f [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03: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 [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03:00
api_scanner_main.cc [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03: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)