Antonio Davide
Antonio Davide
You can enable GreaseMonkey extension from settings and define a new userscript for there
Mmmmh, QHexView, REDasm-Library and Capstone are submodules that points to a specific version. * REDasm-Library contains a statically compiled version of capstone. * REDasm contains the source code of QHexView....
> well, anyway, my point is that I already have capstone in my system. But many tools are trying to install its own (static) copy of capstone. Can you change...
I have added a "Clear" menu entry, so it's possible to delete the history from the UI. There is no multilanguage support at the moment, but if there is some...
I will look at that. Thanks for reporting!
Duplicate of https://github.com/REDasmOrg/REDasm/issues/28 ? However I will make Capstone optional (dynamically linked with the system's one, if any) soon after I finish the plugin implementation and update the build system...
I have done some improvements about this in "3.0.0-beta1". If workarounds are still needed, plase let me know so I can fix it :)
The first and second `sed` statements are still needed in 3.0-beta1 ? Btw, I will remove the code referenced by this line in beta2: ``` sed -i 's|QDir::currentPath().toStdString()|"/usr/share/redasm/"|g' unittest/disassemblertest.cpp ||...
The database parts (file format and API) are not standardized yet, it's one of the reasons why REDasm 3.0 is not released as a stable. Currently the data is simple...
> So, analysis data can be only saved for now, load is not implemented yet, and file have to be reanalyzed every time after closing? Yes, exactly, files have to...