Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israpps/freemastercodefinder
An open source spiritual succesor of pelvictrustman's mastercode finder
https://github.com/israpps/freemastercodefinder
Last synced: 2 months ago
JSON representation
An open source spiritual succesor of pelvictrustman's mastercode finder
- Host: GitHub
- URL: https://github.com/israpps/freemastercodefinder
- Owner: israpps
- License: gpl-3.0
- Created: 2023-08-01T15:27:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T12:51:01.000Z (5 months ago)
- Last Synced: 2024-08-22T14:25:23.901Z (5 months ago)
- Language: C
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeMastercodeFinder
An open source spiritual succesor of pelvictrustman's mastercode finderMain purpose of making this program was to have a mastercode finder that can output mastercodes in the format that i'm using for my widescreen hacks archive
also, there seemed to be no easy to find copy of the original mastercode finder source code. the one on this program comes from PS2RD
## usage:
```
FreeMastercodeFinder extra_flags...
```
available flags: (text inside parenthesis is abbreviated flag)Flag | Short Flag | effect
------ | ---------- | ------- |
`--crude` | `-q` | Only print the mastercodes, without the function names, CRC or anything else
`--no-crc` | `-n` | Dont print ELF CRC
`--ps2rd-style` | `-p` | Print results in a sintax ready to be pasted into a Cheat file for PS2RD, CheatDevice or OPL
`--ps2rd-comment-mastercode` | `-c` | only works with `--ps2rd-style` or `--only-suitable-mastercode`. the mastercode will have a leading comment with the corresponding function name
`--only-suitable-mastercode` | `-s` | instead of printing all mastercodes, only display the `sceSifSendCmd` Mastercode, if not found, first found Mastercode is chosen instead...
`--detailed-report` | `-d` | print the detailed report written by the PS2RD ELF analyzer algo