Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in the "Explorer" window #59

Open
0xBEEEF opened this issue Jun 8, 2020 · 1 comment
Open

Problems in the "Explorer" window #59

0xBEEEF opened this issue Jun 8, 2020 · 1 comment

Comments

@0xBEEEF
Copy link

0xBEEEF commented Jun 8, 2020

Sometimes it is unfortunately not possible for the automatic assignment to correctly assign or resolve all functions and variables. This can be seen, for example, in the following content.

image

Now you can double click on this data block and the Explorer window will open. Here you can either disassemble the code or interpolate the first content as data or strings.

image

Now we come to the real problems. If you are in the tab "Code", then the button "Define" is clickable, and the data is interpreted as code and disassembled successfully (depending on whether it makes sense).

But here's something else "unpleasant". Although I can create new functions by clicking on "Define". But only the first function will be created, even if the cursor is in another line. So I cannot e.g. release the last function from the data area, it always starts from the beginning, the selection of the line is simply ignored.

It would be best if you could select the lines, e.g. to trigger a certain function

image

If I am in the "Data" tab and want to mark the current position as integer or something similar, I can select the data type in the upper area, but there is no possibility to accept it, because there is no "Define" button. This is really bad.

image

But I'm afraid that's not quite it yet. I also cannot define new strings. When I am in the corresponding tab "Strings", I can select the different string types in the lower area, but no matter what I do, the "Define" button is grayed out. I haven't managed to activate this button yet.

Unfortunately, I can't make any progress in the analysis with a small mini-program (of which I fortunately still have the code, more like an experiment), because I can't assign the data areas which were not directly recognized by the system.

@crypto2011
Copy link
Owner

Sorry, but these features not working as I proposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants