Administrators Enyby Posted June 17, 2019 Administrators Share Posted June 17, 2019 View File Chainer Script to search for chains of pointers. Beta version. The script searches for pointer chains with a given depth and maximum offset to the .data or .bss regions. For found chains, you can generate a script that will restore the search results for these chains. Video: Chainer: search and restore pointers chains - GameGuardian (#8cfynel1) https://gameguardian.net/forum/search/?q=chainer&type=gallery_image&nodes=2 Submitter Enyby Submitted 06/17/2019 Category Tools 4 Link to comment Share on other sites More sharing options...
Un_Known Posted June 21, 2019 Share Posted June 21, 2019 Hello @Enyby for now i have a suggestion for chainer .lua script and i think it would help to determine correct offsets. what you should improve is to add ability to manually select the chains and save to script. instead of saving all the chains to script. Option to manually select chains. And If you want an explaination on why that would be helpful tell me. But adding option to select chains will Help us a lot.Thnx 2 Link to comment Share on other sites More sharing options...
Un_Known Posted June 21, 2019 Share Posted June 21, 2019 6 hours ago, Un_Known said: Hello @Enyby for now i have a suggestion for chainer .lua script and i think it would help to determine correct offsets. what you should improve is to add ability to manually select the chains and save to script. instead of saving all the chains to script. Option to manually select chains. And If you want an explaination on why that would be helpful tell me. But adding option to select chains will Help us a lot.Thnx @Enyby What's your view on this I mean adding ability to maually select chains.. which should be saved to script! Would you like to include it in next update?? Link to comment Share on other sites More sharing options...
Un_Known Posted June 21, 2019 Share Posted June 21, 2019 1 hour ago, Un_Known said: @Enyby What's your view on this I mean adding ability to maually select chains.. which should be saved to script! Would you like to include it in next update?? @Enyby hoping that you would listen to above suggestion and respond Link to comment Share on other sites More sharing options...
Un_Known Posted June 22, 2019 Share Posted June 22, 2019 Any update about this script @Enyby plz reply Link to comment Share on other sites More sharing options...
BakaLee Posted January 17, 2020 Share Posted January 17, 2020 (edited) On 6/18/2019 at 12:47 AM, Enyby said: View File Chainer Script to search for chains of pointers. Beta version. The script searches for pointer chains with a given depth and maximum offset to the .data or .bss regions. For found chains, you can generate a script that will restore the search results for these chains. Video: Chainer: search and restore pointers chains - GameGuardian (#8cfynel1) https://gameguardian.net/forum/search/?q=chainer&type=gallery_image&nodes=2 Submitter Enyby Submitted 06/17/2019 Category Tools How to add generated script in script menu? Edited January 17, 2020 by BakaLee Link to comment Share on other sites More sharing options...
RealWanteD Posted April 29, 2020 Share Posted April 29, 2020 (edited) Its searching for dword and my values are float.. Any help? Edited April 29, 2020 by xWanted 2 and and lol Link to comment Share on other sites More sharing options...
Administrators Enyby Posted April 29, 2020 Author Administrators Share Posted April 29, 2020 You can start from any type of value. Pointer can not be float. 2 Link to comment Share on other sites More sharing options...
Lover1500 Posted September 27, 2020 Share Posted September 27, 2020 (edited) @Enyby Sir......I love pointer chainer script a lot. Though it is still in beta its so powerful. There are some features I want in future version of script. As example, I will use chainer script for a desire address(Let script be depth-3 and offset-2560). I will get 100 chainers. The chainer i want is also included in these pointer chains. But i dont know exactly which one. And I will exit from game and play and search again desire address manually. Then use chainer script again(depth-3 and offset-2560) And I will compare first script and second script. Then only the same pointer chains will be restored as a newer third script. Is it possible sir? Even above content is impossible. There is still a feature I want. That is- Run the result script. And i will get desire value and to show or print the chains of pointer of the loaded value. Please sir. I love to know your magic. Edited September 27, 2020 by Lover1500 3 Link to comment Share on other sites More sharing options...
MarioRossi93i Posted December 22, 2020 Share Posted December 22, 2020 Thank you very much @Enyby, fantastic tool Link to comment Share on other sites More sharing options...
nalcwap Posted February 5, 2021 Share Posted February 5, 2021 On 4/29/2020 at 7:52 AM, Enyby said: You can start from any type of value. Pointer can not be float. is possible help me find chain of some app?i can not get chain of the find,i nead help thsnks Link to comment Share on other sites More sharing options...
MarioRossi93i Posted February 19, 2021 Share Posted February 19, 2021 Great @Enyby! would it be too complicated to add a function to save the chain list in plain text? Always thanks for your work! Link to comment Share on other sites More sharing options...
MarioRossi93i Posted February 20, 2021 Share Posted February 20, 2021 Ok.. i got it, forget it Link to comment Share on other sites More sharing options...
I-han Posted February 22, 2021 Share Posted February 22, 2021 (edited) @Enyby 1: lib_sharedcpp.so (deleted):bss + 0x5390 [0xAE16390] -> 0x8C7DC320 + 0x368 -> 0x986A74E0 + 0x90 = 912 How to read the address of the lib_sharedcpp.so file Thank you Edited February 22, 2021 by I-han Link to comment Share on other sites More sharing options...
kxjxisjdi Posted May 8, 2023 Share Posted May 8, 2023 On 2/22/2021 at 4:56 PM, I-han said: @Enyby 1: lib_sharedcpp.so (deleted):bss + 0x5390 [0xAE16390] -> 0x8C7DC320 + 0x368 -> 0x986A74E0 + 0x90 = 912 How to read the address of the lib_sharedcpp.so file Thank you first you need find the lib_sharecpp.so file, then plus 5390, then goto AE16390 address, and goto pointer to then 8C7DC320 address then plus 368 ... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now