You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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
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.
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.
The text was updated successfully, but these errors were encountered: