iniitl;a commit
This commit is contained in:
commit
492c079215
86 changed files with 225 additions and 0 deletions
Binary file not shown.
Binary file not shown.
7
tools/Crackproof/DecryptCrackproofExe64/README.txt
Normal file
7
tools/Crackproof/DecryptCrackproofExe64/README.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Possible crackproof decrypter made by @skyan, @Maji tested it and it decrypted ongeki 1.35's main exe + uni+'s main exe and both ran fine
|
||||
|
||||
afaik and from what ive seen/tested, some amdaemon exes cant be decrypted
|
||||
|
||||
(Edit: maji decrypted ongeki's amdaemon and it worked: "the game boots and connects to aqua")
|
||||
|
||||
I tried it on initial D the arcade's main exe, and it does an error called 0xc0000005, so some other exes might not boot
|
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix1
Normal file
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix1
Normal file
Binary file not shown.
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix2
Normal file
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix2
Normal file
Binary file not shown.
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix3
Normal file
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix3
Normal file
Binary file not shown.
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix4
Normal file
BIN
tools/Crackproof/DecryptCrackproofExe64/columMix4
Normal file
Binary file not shown.
BIN
tools/Crackproof/DecryptCrackproofExe64/sbox
Normal file
BIN
tools/Crackproof/DecryptCrackproofExe64/sbox
Normal file
Binary file not shown.
BIN
tools/Crackproof/Umamusume64/Umamusume64.sys
Normal file
BIN
tools/Crackproof/Umamusume64/Umamusume64.sys
Normal file
Binary file not shown.
15
tools/Crackproof/Umamusume64/Umamusume64.txt
Normal file
15
tools/Crackproof/Umamusume64/Umamusume64.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
odd.sys (crackproof driver) for umamusume, you can edit the string of the driver with the one needed for whatever game you're trying to run.
|
||||
|
||||
to figure out the string, run the game via a debugger, at a certain point, it will crash and it will tell you which string it's looking for
|
||||
|
||||
Obfuscated HEX:
|
||||
E8 85 FA FF FF 48 8D 4C 24 50
|
||||
|
||||
Deobfuscated HEX :
|
||||
48 74 73 79 73 6D 36 45 38 43
|
||||
|
||||
Raw Text : Htsysm6E8C
|
||||
|
||||
|
||||
|
||||
8D 4C 24 50 would be the hex which would be edited with the string of the game you're trying to run. you have to obfuscate the string after finding it(dont know how to do it yet)
|
Loading…
Add table
Add a link
Reference in a new issue