still have syntax error..
Not very hard at all, once you find the decryption algorithm with IDA it's very simple to reverse (you don't have a lot to do, it's more the time to find it than to implement it in this extractor). Thank you :)Quote:
the extractions run well and it's working. the problem is the luas are decrypted. the luas file with "__". so the problem is how to decrypt it. The method to extract is not useless, it's working. The remaining problem is how to edit the luas.
@Echo OFF :_start cls color e ECHO =============================================== ECHO //-OO----------------------------------------\\ ECHO //-OO----------------------------------------\\ -D ECHO //-OO------OOOOOO--OOO--OOO--OOOOOO--OOO--OO-\\ - I ECHO //-OO------OO------OOOOOOOO--OO--OO--OOOO-OO-\\ - E ECHO //-OO------OOOOOO--OO-OO-OO--OO--OO--OO-OOOO-\\ - G ECHO //-OO------OO------OO----OO--OO--OO--OO--OOO-\\ - O ECHO //-OOOOOO--OOOOOO--OO----OO--OOOOOO--OO---OO-\\ ECHO =============================================== ECHO. ECHO Type the location where the files are decompressed. ECHO. ECHO Ex: Script ECHO. ECHO If the folder is in the same place this file. ECHO. set /p _file= Folder: cls ECHO. ECHO. ECHO Now type the name of the new file .Kom! ECHO. ECHO Note: No need to type '.Kom' extension name at end of the file. ECHO. ECHO. set /p _file2= File Name: cls ECHO. ECHO. ECHO Creating file ... ping -n 1 localhost >nul cls kompact_new.py --in "%_file%" --out "%_file2%.kom" goto _created :_created ping -n 3 ping localhost >nul cls
None of them is the right one. Those strings are Lua table keys to Lua-mapped C++ object functions. The function you're searching for is not mapped into Lua.Quote:
I started learning ODBG last month. And I don't know which one of these babies are the right one >.<
P.S. I'm finding the lua's algorithm
[Only registered and activated users can see links. Click Here To Register...]