Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sozud authored Jan 22, 2024
1 parent f1e929b commit acc17bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Create a binary that contains all of libsnd in it by calling every function: htt
Use a script to generate a splat yaml for the resulting exe. This script parses the map file to get all the symbol information and uses psx_psyq_signatures to find the functions. https://github.com/sozud/psy-q-experiments/blob/master/gen.py

The idea is making it reproducible end to end so that if the executable needs to change, everything else can be regenerated. This is a workaround for the fact that addresses are all 0 in unlinked libraries and objects, making it hard to correlate data and functions.

See the CI script for installation / usage instructions https://github.com/sozud/psy-q-experiments/blob/master/.github/workflows/build.yml

0 comments on commit acc17bd

Please sign in to comment.