Add Progress.md (#187)

* Match DynamicLink

* finish merge

* Add Progress.md and update readme
This commit is contained in:
jdflyer
2022-04-10 16:29:58 -06:00
committed by GitHub
parent dd8899033b
commit 545da8536d
12 changed files with 866 additions and 123 deletions
+1
View File
@@ -34,6 +34,7 @@ The TP Nvidia Shield Debug Rom contains extra useful info, as it was compiled wi
- `-m` will run make before opening diff.
- `-w` will automatically update the diff when you save your changes.
- `-o` will diff only the necessary `.o` file, which is recommended for this project.
- `-f` can be used to specify a specific object file to use when diffing with `-o` (Used to diff rels)
- You can find the mangled symbol name in the function info comment. (Ex. `onEventBit__11dSv_event_cFUs`)
NOTE: You must run `./tp expected` with an OK build before diffing to have a correct binary to compare to.