Additional Info
|
You're in the thread talking about it.
|
Additional Info
|
First of all, why do you have two accounts? Please, pick one and use only that one.
Second, I told you many times in chat to look for Yogda, which allows you to look at the Constant Pool. Third, if you look at Lithergy's post, right above your post, what do you see? ZOMG, Yogda! |
Additional Info
|
Alright, I'll stick with this one.
And yes, I already downloaded Yogda a while ago, but it doesn't show me what I'm looking for (e.g. where the doubles are stored in the constant pool, for instance), unless I am missing something somewhere. |
Additional Info
|
I'm pretty sure doubles aren't stored in the constant pool, just like the rest of the numbers
|
Additional Info
|
It doesn't explain then how we have cases where we have pushdouble (2f) followed by a single byte representing a rather precise decimal value. It's definitely stored somewhere, and I am guessing it's the constant pool.
|
Additional Info
|
correct-ish, the command is 2f index, where index is a u30 that must be an index into the double constant pool. The double value at index in the double constant pool is pushed onto the stack.
I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Additional Info
|
Quote from: "iamnoman1" It doesn't explain then how we have cases where we have pushdouble (2f) followed by a single byte representing a rather precise decimal value. It's definitely stored somewhere, and I am guessing it's the constant pool. Quote from: "Vexenos" 1. I used this download link for the program. You need java to be able to open the .jar file.This program shows you constant pool very clearly. Open file with it then Edit --> doABC --> cpool_info and there you have it. Its a demo version but i dont know what limitations it have. I only use it to check cpool. |
Additional Info
|
i have a hard time finding the file with all the arrays in it =x any tips?
|
Additional Info
|
Quote from: "rohanshah1" i have a hard time finding the file with all the arrays in it =x any tips?The file you use is the game swf file. |
Additional Info
|
Quote from: "VxD" dude i tried i am trying to find bytes for epic war 4 i looked through every file in game folder but nothing in there looks like arrays =x also there is not solo file of game like you had on video |
Additional Info
|
Quote from: "rohanshah1"
Go to the Search Tab and search the function you want in Search Raw Data, and click Search All AS |
Additional Info
|
Quote from: "VxD"
found it!... sorry to bother and annoy u =x |
Additional Info
|
Well flasm being for amv0 / as1-2 i think RABCDAsm would be a better choice for amv2 /as3.
https://github.com/CyberShadow/RABCDAsm#readme Cheers |
Additional Info
|
Can a game be protected from array of byte hack :S
i am trying it on a game but the result is same. I am even editing everything doesnt bring any change in game |
Additional Info
|
VxD, mate there is no search all AS in my sothink...can you please help..
|