Quote:
Originally Posted by wagner2009
Hello man!
Since the hacker has released inaudax it that was corrected I started trying to do something, I was in doubt whether to do something in the swf. and edit it as you helped me with that, I now get some things done, how to make items fall or add store items, change prices, but I still have a problem in validating when I purchase an item he asks for I update the game, now with the drop when I caught something and leave the game the item is no longer there. (Do this only with the xml I have not done anything in the swf)
I can open the swf file. encoding it and totally different from the xml can not understand anything, I will study it to see if I can get something! you have any tips?
Thanks for the help, sorry my bad english!
|
Lol it's okay. I understand most of it you are trying to say.
I have used sothink decompiler but the only problem is the project gets more complex and the output of decompiler gets harder to compile back.
The main purpose of a decompiler mainly is to locate/relocate the source code. However there are other uses. You will be looking at some data of action scripts.
But then again, there are code protections , obfuscated code that breaks decompiler output while preserving the functionality and structure of the program and makes it harder to reverse enginner ( not that it can't be done). Another purpose of obfuscating is to reduce the size, resulting reduce download time.
I would suggest you do your research. I assume you know and are familiar with most of the part of charles, now try to do the same with the decompiler .
Hope you do well.
Quote:
Originally Posted by wolvie1984
Wow, thanks man. That actually makes a lot of sens (the requests/responses now look indeed quite different from what they looked before last week's patch)
And I did noticed two different requests, now I know why there are two. Although I admit I have no clue on how to replace the certificate, you have given me alot of info
Hope I can figure out the bypass. Thanks for taking the time to explain! ;)
|
I'm glad i was able to help. Now that you know how it works, do some further research if needed and back to work.
Good Luck!