Okay, so this made about zero sense to me. Would you mind making a dumbed down version for people who have never done this before? Would be greatly appreciated.
1.how i know which one is latest ?Quote:
Search in ollydbg for ".pk2", till you find the latest one, then click on it and follow the guide.
He means search for ".pk2" in all reference text strings in olly. Its easier to just search for the "Media.pk2" instead which is in the tutorial. Ignore what KingLi said just then. Otherwise it will confuse you.Quote:
1.how i know which one is latest ?
2.should i search only for .pk2 or media.pk2 like on thie screens ?
3.how do i "step into the function call"
4.in step 3 what means "Trace into the higher level function call" how do i get inside "GFXFileManager DLL" ?
Im stuck on step 3 and cant find anything that is on third screen.I think the problem is that i dont understand what that steping into function is ,was just looking for text strings that was on first and second screens.Would appreciate help from someone who is pro with ollydbg.
Well instead of been smug you could just give some info or a hint? lolQuote:
lol you guys are making this 10x harder than it actually is. your putting too much
thought into it and not approaching it in a more practical and simple way. ;)
the key literally takes seconds to find. honestly the part that takes up the most time, is
loading sro_client in Ollydbg, finding the key once you have it open, literally takes
3 seconds ;)
Yes ,im sure it takes 3 seconds if you done it before or worked with ollydbg on something else.Can you just help and answer questions i asked before in this topic ?Quote:
lol you guys are making this 10x harder than it actually is. your putting too much
thought into it and not approaching it in a more practical and simple way. ;)
the key literally takes seconds to find. honestly the part that takes up the most time, is
loading sro_client in Ollydbg, finding the key once you have it open, literally takes
3 seconds ;)
i would have posted exactly how to get it and what it was right when theQuote:
Well instead of been smug you could just give some info or a hint? lol
better than just saying, ohh it only takes 3 seconds, when you allready know we are having trouble locating it.
I'm mad bro:mad:
Its pretty easy to change it^^Quote:
i would have posted exactly how to get it and what it was right when the
key changed, but since i am friends with Snyx, i couldnt go against him since
hes the one that changed it :P so im not going to explain it. but hints are
always alright ;) lol.
i dont believe i know how to step into a trace or how ever its done, im new to some of these things i used to just crack games by simply replacing JNE with JE and etcQuote:
Step 3: Trace into the higher level function call. Now that we are inside the GFXFileManager DLL, we have to find the top level function that eventually causes the Blowfish key to be generated and used to setup encryption. Carefully refer to the screenshot to locate the function. Set a breakpoint as shown on the function call. When you step into the function call proceed to Step 4. NOTE: Before you step into the function call, the PK2 base key is at the top of the stack. This value is important for non-official versions for my old PK2 writing tools.