Hi, I'm trying to package this tool for Pentoo Linux and have suggestions.
You have released REDasm v 2.1.1 recently, however the tar-ball is not really useful. The current build does not support shared libraries and you seem expecting a user to download a random version of QHexView, REDasm-Library and Capstone into correct directories and compile everything statically in one directory.
The better way would be to use shared libraries. You would need to release dependencies (QHexView and Library), search for them (including capstone) in a system (not a local folder) and compile as shared libraries.
Hi, I'm trying to package this tool for Pentoo Linux and have suggestions.
You have released REDasm v 2.1.1 recently, however the tar-ball is not really useful. The current build does not support shared libraries and you seem expecting a user to download a random version of QHexView, REDasm-Library and Capstone into correct directories and compile everything statically in one directory.
The better way would be to use shared libraries. You would need to release dependencies (QHexView and Library), search for them (including capstone) in a system (not a local folder) and compile as shared libraries.