The download button on your web page links to
ARMemu.exe instead of
ARMu.exe. Also, and this could just be me, I had a hard time finding the button for some reason. Perhaps a specific download section is clearer.
Loading the binary worked fine, but locating it at the right address required some puzzling. A dialog to enter the address after selecting the binary might be an option here.
Searching didn't quite work as expected. I had to enter values in reversed byte order to find anything. And when I search for a value with an odd number of digits, it seems to simply strip the last digit. Also, although its very nice to be able to search specific columns, it is often not clear which column is actually being searched (e.g. when the selection is not visible on screen or when a specific column isn't supported). As a visual cue it might also be useful to change "Search" to something like "Stop search" instead of disabling the button; the latter suggest the search cannot be interrupted, while this doesn't seem to be the case if I change the text in the search box.
With respect to constants (as in the
=0x...) it would be useful if you also mark the location of the constant itself as such. For example, I have the following:
FF8D4AC0 LDR R6, =0xFFAE1ED4 ;[FF8D4C24]
...
FF8D4C24 SWINV 11411156
A
DD 0xFFAE1ED4 with both cross-refs to the places it's used
and the location in memory itself (such that if I find that location first, I can find that it is referenced here) would be nicest. Also nice would be to be able to jump somewhere by clicking on a cross-ref.
Sorry for asking such a fundamental question, but where can I find the IDC files.
Those are IDA files. I don't think there are many out there.
Here's a screen shot.
Where?