Closed itsRythem closed 4 months ago
Please keep us updated @Akandesh :)
We need you more than ever but do you really think dumper can be made for this update? Is this possible? What you think?
I'll see if I can get something working today, won't be anything amazing but will try to do some regex magic to atleast get some classes working but fields will still have random names.
@CoinflipADC I'm not sure, depends on how powerful signatures can get but we'll see.
I'll see if I can get something working today, won't be anything amazing but will try to do some regex magic to atleast get some classes working but fields will still have random names.
@CoinflipADC I'm not sure, depends on how powerful signatures can get but we'll see.
Thanks for the update && the effort you put into this. I'll be watching out for new commits
Updated to support encrypted fields and all the structs/classes I can't search for by name is in encrypted_inline.h https://github.com/Akandesh/BlazeDumper-Rust/blob/master/encrypted_inline.h
Let me know what you think and if you have any ideas of how I can improve it =)
Thanks for the update 🥳 For now its not understandable but if you know what are theese namespace && classes they can be manuel named in algorithm For example if(sign == 48 ? 65 xx xx) add.info("localplayer_c"); But i dont know if it possible in your dumper. Thank you for trying to improve 🫡.
Thanks for the update 🥳 For now its not understandable but if you know what are theese namespace && classes they can be manuel named in algorithm For example if(sign == 48 ? 65 xx xx) add.info("localplayer_c"); But i dont know if it possible in your dumper. Thank you for trying to improve 🫡.
Not sure what you mean. I could manually rename the encrypted classes etc to their proper names but since this automatically dumps when there's a new update it has to know everything beforehand.
I suppose I could make a system that allows users to rename certain encrypted items through a webpage and then automatically have it rerun the program and push to github but that could end up being a waste of time.
I activated Discussions so we can ball ideas there instead. https://github.com/Akandesh/BlazeDumper-Rust/discussions/categories/ideas
dumper is offline for the time being, need to get my cheat working before I do any work with it.
here's LocalPlayer tho