This is a migrated thread and some comments may be shown as answers.

hex address decoding

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lynn
Top achievements
Rank 1
Lynn asked on 03 Aug 2015, 05:40 PM

I am looking for a way to locate the raw hex address in a opened file for of a specific command.

for example this command

IL_015F: br.s IL_021E

I wish to locate the address of  the the br.s (2B) command being looked at. with justdecompile using a hex editor. My current method is to make the edit and then compare the 2 files to get the hex location. it would be nice to have the option of seeing the current hex memory address in just open.

Another thing that I would like to do is the reverse. To be able to take a command at hex address (0x016F32 for example) and go directly to that command or value in justdecomplile. I am aware that a specific address may be part of a string or other item and not easilly locatable. In my case I would always be looking for a specific opcode or offset value etc.    

 

 

 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 05 Aug 2015, 07:16 AM
Hello,

Thank you for your feature requests. You can add them to our UserVoice system. By doing that you will make your suggestion public and other people will be able to vote for it. We prioritize the feature suggestions based on the votes they receive.

Please, update regularly and stay tuned.

Regards,
Alexander
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Lynn
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or