frostbite hack examples?
are there example source code showing how to iterate through players?
get the older leaked server files + pdb's, dump globals, dump classes, enjoy the world of functions
i got all the classes dumped from IDA, but i have no idea where the player information is located in memory (making external ).
I am working on a customizing my PDBdump tool to handle all the errors thrown when decompiling the pdbs.
just google "battlefield 3 defaced security team" to download all the server builds with the EXE and the debug pdb symbols.
As for IDA i am still building my signatures file that will analyze the function patterns described in the server EXE and pdb and it will fill in variables and function names for the retail EXE in IDA. I already did most of this with BBC2 so all i really need to do is get myself motivated to modify the old code. With both the PDBdump and the signatures file, writing a frostbite hack is simple because you already have all the classes and addresses of crucial functions.
heres the tool and the outputs from the 9/29 server builds