Posted: Mon Jan 01, 2007 10:36 pm Post subject: Search Feature
Is there a way to search a specific value in a specific code? Like if I found an address and found what accesses that address, can I find only a certain value within the code that accesses that address instead of finding all the addresses it accesses? example:
*found address 4 byte 0xff0349cA*
Code: bla bla I write to the address above*
*right click Code: bla bla I write to the address above - find exact value within code?* instead of generally everything within the code.
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
Posted: Tue Jan 02, 2007 1:49 am Post subject:
not sure what you want.
But if you've added a code entry to the code list you can rightclick it and choose "find out what addresses this code accesses" to get a list of addresses manipulated/read by that code _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
like an ability to list addresses which match a value you specify, so if the code writes accesses sever addresses like
3B026BA5 = 49287
7E0A3912 = 779652
AE061770 = 228882
7B035832 = 779652
5A043CD0 = 110
then when you right click the code say "find what addresses this code accesses matching this value: 779652 * or HEX 0x000BE584 then it will only list address 7B035832 and 7E0A3912 then filter out the rest. Basically a search feature built for the code window.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum