kamil3453 0 Report post Posted September 11, 2013 Hi I tried reverse engineering Path of Exile with Cheat Engine. I found static pointer and offset to actuall life and mana, but I don't know how to find structures such as Monsters on map, player etc. Can you explain how to find it, becasue they probbably change ofssets when new version of poe is out. I can share with actuall life and mana static pointer and offsets(v 0.11.5d), but in exchange I want to know how are you finding structs and static pointers to it. Quote Share this post Link to post Share on other sites
okostibi 0 Report post Posted September 18, 2013 http://www.blizzhackers.cc/viewtopic.ph ... 9db7cb08ef Search for: "Unknown object type serialized by server" I recommend reading all the comments, also on ownedcore: http://www.ownedcore.com/forums/mmo/pat ... t-mob.html Although I'm no expert in this field, just started the reversing thing recently, i think i can help you with that question: struct is mostly reversed by reading the actual code(ida, olly, immunity), here is a nice guide on howto handle structs in ida: http://blog.0xbadc0de.be/archives/67 I can recommend reclass 2011 too, it can be helpful to browse the memory, it will be handy at the beginning trust me, also cheat engine Static pointers can be done the same way, reading the code from ida, or you can use breakpoints and trace back in a debugger. If I were you, I would read Reversing Secrets of Reverse Engineering .pdf first (yeah I know it's a pain in the ass, but it does reveal some secrets, and will save tons of time/pain) Quote Share this post Link to post Share on other sites
kamil3453 0 Report post Posted September 19, 2013 Thanks. I checked blizzhackers and ownedcore but I don't find what I want on these sites. Here are coordinates for current life and mana that I found: current life: Client.exe+0x00725BF4 offsets = { 0x98, 0x608, 0x7C, 0x7C, 0x234 } current mana: Client.exe+0x00725BF4 offsets = { 0x98, 0x608, 0x7C, 0x7C, 0x238 } Quote Share this post Link to post Share on other sites
okostibi 0 Report post Posted September 20, 2013 I recommending it them once again. You asked how to find monsters players on a map, those sites will get you started, where is the network handler, what it does, and how you can capture the entity's pointer. Quote Share this post Link to post Share on other sites