OriginStubDecrypter icon indicating copy to clipboard operation
OriginStubDecrypter copied to clipboard

Please support this version of Origin stub

Open DarkerSquirrel opened this issue 2 years ago • 1 comments

Edit: I modified unknown_always_1 (type u2le) in ooa_section.ksy and :

  • offsets look good now for ImageBase and SizeofImage
  • offsets don't look good for ImportDirectory,BaseRelocationTable and ImportAddressTable

Decryptor fails to work:

C:\games\OriginStubDecrypter>python decryptOriginStub.py game.exe Traceback (most recent call last): File "C:\games\OriginStubDecrypter\decryptOriginStub.py", line 176, in main() File "C:\games\OriginStubDecrypter\decryptOriginStub.py", line 152, in main ooa_info = parse_ooa_section(pe_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\games\OriginStubDecrypter\decryptOriginStub.py", line 44, in parse_ooa_section return OoaWrapper(section_data).OoaData ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\games\OriginStubDecrypter\OriginDecrypter\OoaWrapper.py", line 24, in init self.version = versions[ooaMini.version_id_sha1_hash] ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: b'&\xa2F\x0fCHL&\x91H\xc7\xac \x8a]X \x12\xef='


Please add support for this version of Origin stub.

ooa.zip

DarkerSquirrel avatar Jul 26 '23 15:07 DarkerSquirrel

Does https://github.com/BigApex/rse-ooa-decrypt help?

mirh avatar Oct 24 '23 11:10 mirh