medusa icon indicating copy to clipboard operation
medusa copied to clipboard

An open source interactive disassembler

Results 28 medusa issues
Sort by recently updated
recently updated
newest added

The generated CFG from the latest commit `https://github.com/wisk/medusa/commit/e34650e9639dd4f750a393d017ed4ed984b8d2f9` will create nodes without any directional arrows whatsoever. So its just nodes floating around. --halsten

Hi, I currently was using the latest development branch on a 32-bit machine on Windows 10 Professional. And I was using the sample provided with medusa as input to see...

something that is really needed is an **undo** function .. like once i do something theres no way i can just revert. i think this a really important feature

For example gameboy games have their start point at 0x0100, normaly with a NOP and J instructions, but medusa says: 0xCE 0x50 0x01 Medusa doesn't translate it.

Hey, I was trying to print out every single line of the disassembly with formating. It got really slow in the following method: ``` c++ // OPTIMIZEME: This function could...

question

Would you like to [replace any double quotes](https://github.com/wisk/medusa/blob/52175dbd4ca16d4be3cbe988eb849ed19a4ff334/inc/medusa/medusa.hpp#L4) by [angle brackets around file names for include statements](http://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename)?

coding-style

Some parameters (like "[${DOCROOT}/Doxyfile](https://github.com/wisk/medusa/blob/8fda88ce06173055948ebf6691d2143ea9cbc074/CMakeLists.txt#L62)" and "[${INCROOT}/address.hpp](https://github.com/wisk/medusa/blob/06d17f00500c226826a183153abf90b52d7ff5b8/src/core/CMakeLists.txt#L5)") are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build...

bug