emilpro icon indicating copy to clipboard operation
emilpro copied to clipboard

Graphical disassembler for almost all architectures under the sun.

Results 29 emilpro issues
Sort by recently updated
recently updated
newest added

Time to host it on GitHub pages? Archived view: https://web.archive.org/web/20160524074945/http://www.emilpro.com/

this bug is continuation of https://github.com/SimonKagstrom/emilpro/issues/54 For more details, see the following report: https://github.com/pentoo/pentoo-overlay/issues/254

It is common for a Linux distro to provide binutils including library by default. It can be also installed as dependency. I suggest to look for the system library before...

I've been having problems where I can load a file into EmilPro using the command line (`./emilpro myexecutable`), but the `File` -> `Open` method fails. Nothing gets loaded/refreshed. However, it...

Cmake script is downloading binutils before starting to compile the project. Is that really necessary?

wontfix

When I compile a file, using clang (or gcc) for arm ``` clang++ -target arm-none-eabi a.cpp -c ``` and then try to open it with emilpro, it will exit with...

Rewrite using rollbear/trompeloeil, build and run in travis

continuous integration
build

Outputs so much that travis doesn't show the entire log

continuous integration
build

# building from github: ``` Making all in po libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -I./../zlib -g -O2 -static-libstdc++ -static-libgcc -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dojoy/src/emilpro/build/binutils/zlib...