wisk
wisk
It's not dead, I just need to focus on specific features and drop others.
No, I'm not interested on writing code for a GUI. This is, at least for me, the worst and most tedious part of a project. Besides, I know nothing about...
Hi archey and thanks for your message. I'm not a Linux packaging guru, so may I ask you some questions to fulfill your need? - Regarding the first two questions;...
Hi Roman, The build system is currently broken. I might overcome something, but normally LLVM_ROOT is not mandatory to use Medusa. Do you need this `compil_llvm`? This module is quite...
Hey Sascha, I need more details in order to help you, for instance: why do you need to get the previous address? If you're looking for an example to disassemble...
Your code looks good to me, is your code slower than medusa_text? Actually dumping disassembled text is quite long, especially here since Medusa has to re-disassemble instruction each time it's...
wow 12 hours, something bad happens. :p Could you check addresses on the log file? I suspect `Document::GetNextAddress` fails and always returns the same address. That would explain the endless...
It looks great, feel free to include this feature on medusa. :)
Actually, no since `Document::GetNextAddress` method should handle the case when the next address is located in the next `MemoryArea` (i.e. _Section_ in PE case). To tell the truth, I'm not...
Probably not the better way, but that's what I would do: let it run several minutes (e.g. 30 minutes), and attach a debugger to see what actually happens. This method...