mirror of
https://github.com/GerbilSoft/hack-detection.git
synced 2025-06-18 11:15:34 -04:00
Added README and screenshots.
This commit is contained in:
parent
326deabcc2
commit
746a7cb271
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
# *** HACK DETECTION ***
|
||||
|
||||
This is a simple command line utility that can check if a ROM hack
|
||||
appears to be a hex-edited binary hack instead of a hack based on
|
||||
a disassembly.
|
||||
|
||||
## How to use:
|
||||
|
||||
```
|
||||
$ hack-detection [Source ROM] [Hacked ROM]
|
||||
```
|
||||
|
||||
* Source ROM: The original ROM, e.g. "Sonic 1 Rev00.gen".
|
||||
* Hacked ROM: The hacked ROM, e.g. "Sonic 1337.bin".
|
||||
|
||||
## Screenshots
|
||||
|
||||
These examples use Sonic 1 Rev00 as the source ROM and
|
||||
[Sonic 1337](https://info.sonicretro.org/Sonic_1337) as the hacked ROM.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
||||
hack-detection is licensed under the GNU AGPLv3. See [LICENSE.md](LICENSE.md)
|
||||
for more information.
|
BIN
screenshots/hd-winxp.png
Normal file
BIN
screenshots/hd-winxp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
screenshots/hd-xterm.png
Normal file
BIN
screenshots/hd-xterm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user