Jump to content
Sign in to follow this  
Jenifer

How can i search for specific value in Memory pane of RAD studio?

Recommended Posts

Hello all,

 

I am trying to figure out a way to search for values in memory pane of RAD Studio. I had made Memory pane to display values as 'DWords',for an example I would like to search for "020F0106".In help the format suggested is: reversing the bytes such as 06010F02 which didn't work. Any suggestions?

Share this post


Link to post
Guest

maybe transforming in BIN value?

0010000011110000000100000110

Edited by Guest

Share this post


Link to post
Guest
19 hours ago, Jenifer said:

Any suggestions?

Did you forgot the "$" ?

 

Someone deemed decimal values is the default for address and value when using the disassembler and memory windows !

 

Anyway, i suggest to use different tools for saving times, as the IDE tools are counter productive and slow in every aspect specially in UI, for this i suggest to get familiar with these

1) Real debugger like https://x64dbg.com/

2) What i think will fit your uses more than a debugger, is Cheat Engine https://www.cheatengine.org/

The latter can peek in any process, debugged or not, and can search for anything with very intuitive UI along with powerful memory viewer/editor.

Share this post


Link to post

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×