Additional Info
|
Is it possible to modify functions/constants that are set to private in any way?
|
Additional Info
|
Ive already told you about constants
they are members of the constant_pool. The constant values of the AVM2 are one of the following types: int, uint, double, string, namespace, undefined, or null. The values of these types appear directly in the ABC file or in the instruction encodings. just scan for them with CE as whatever the type is. u30 is tricky i guess, but there are tons of scripts and programs that can convert to u30 for you. for functions, yes you can modify them with standard aob techniques. 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
|
So it doesn't matter if they're public constants or private constants; both are editable using aobs. Thanks!
|