classicslive-integration is a C library created for interfacing with the Classics Live website, used in the following projects:
- Memory management: Interface for easily retrieving from or writing to the memory of a statically linked, dynamically linked, or external program
- Memory searching: Interface for rapidly finding desired memory addresses within the program's virtual memory
- Software indentification: Computing hashes of various software formats to use as unique identifiers for website requests
- Scripts, actions, and counters: Runtime script processing to act on such values and perform math, bitwise, and logic operations
- Add libretro-common and jsonsax to your project.
- Set any configuration variables (see cl_config.h for a list of configuration variables and their default values).
- Provide implementations for the functions prototyped in cl_frontend.h.
- Add the C files in this library to your makefile.