His script old and requires some changes. TERA protected with WinLicense. here great tutorial unpacking WinLicense by Quosego.
His script old and requires some changes. TERA protected with WinLicense. here great tutorial unpacking WinLicense by Quosego.
I'm using OllyDbg with latest Phatom and StrongOd, but client terminated whith 0 code, can't find why. Is it normal?
Memory patching DbgUiRemoteBreakin doesn't help.
If I get something I'll share it with you.
Use modified version Olly like - PMBDBG or OllyShadow
I have tried Shadow, also terminated.
Have not found PMBDBG download link, but downloaded all his plugin list, and nothing - terminated with 0 code.
on 32bit system ?
Strange for me Shadow work perfect. Anyway there are many other good builds Olly here
Didn't trying in 32 bit yet, but this pack works fine in other programms.
For now I'm parsing dat file and have some results. Thanks for TDCDec =)
Got that:
- 09 05 01 00 - id ?
- 0A 05 01 00 - null
- 0B 05 01 00 - item type/rarity ?
- 0C 05 01 00 - null
- 0D 05 01 00 - impact
- 0E 05 01 00 - attack
- 0F 05 01 00 - attack (min/max?)
- 16 05 01 00 - ?
After each code follows little endian values.
For example
North Wind Bow: 40 length
09 05 01 00 1A C8 9F 00 0A 05 01 00 00 00 00 00 0B 05 01 00 04 00 00 00 0C 05 01 00 00 00 00 00 0D 05 01 00 77 5C 00 00 0E 05 01 00 01 12 00 00 0F 05 01 00 01 12 00 00 16 05 01 00 E7 35 03 00
Now I'm trying to find a binding arrays, but not anything good. Also can't find sell values.
Good stuff