medusa
medusa copied to clipboard
An open source interactive disassembler
For newbies like me, is there any hint how can we get executable version (I am windows user). there is no VisualStudio (.sln) files, and how to get the compiled...
Totally stumped. On Ubuntu 18.04 I cannot find a package that provides the cmake configuration for sqlite3.
Hi, Seen the Z80 description file, the support seems rather embryonic or is it just my impression?
an errata for readme.rst - gameboy cpu is an extended 8080, not z80 - gameboy cpu misses lots of essential z80 opcodes
Hello @wisk , You could find my patch for compiling on osx. Regards,
Hi, is this project still in development? or its dead?
Even if all dependencies listed in README.rst and the build instructions are followed the build system tries download and build giga bytes of common libraries which all are provided by...
I am trying to build the dev branch of medusa(15ce1d7) and I get the following error: ```bash Linking CXX shared library ../../lib/libmedusa.so /usr/bin/ld: $HOME/.hunter/_Base/8c538a0/a1b471c/15fdb4a/Install/lib/libOGDF.a(Graph.cpp.o): relocation R_X86_64_32S against `_ZN4ogdf13AdjEntryArrayIbE10resetIndexEii' can not...
Properties defined at build-time do not seem to be inherited by "modules" included via medusa.cmake
Currently, I can not build medusa out of the box due to CMake being stuck on LLVM_ROOT not being defined when building `compil`. When `LLVM_ROOT` is defined when invoking cmake...