diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:23:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 16:23:39 +0200 |
commit | ca79520ddcdbd9cd7a3626f540f774bfe886e0ad (patch) | |
tree | d8d7e3e3848c059dea33721af131b49757265bef | |
parent | 0ab04dcacb6fe65e928b76d5f60ee16cf03d5ee9 (diff) | |
download | gsctool-ca79520ddcdbd9cd7a3626f540f774bfe886e0ad.tar.gz gsctool-ca79520ddcdbd9cd7a3626f540f774bfe886e0ad.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ the level and starting it again. 
+Files:
+<br/>
+* `gsctool.h` - GSC loader definitions.<br/>
+* `gsctool.c` - core implementation.<br/>
+* `offsets.h` - T5 function offsets.
+
# Dependencies
* [cdl86](https://github.com/lunarjournal/cdl86) - `x86 detours library`
|