disaster icon indicating copy to clipboard operation
disaster copied to clipboard

Disassemble C/C++ code under cursor in Emacs

Results 4 disaster issues
Sort by recently updated
recently updated
newest added

Running `M-x disaster` keeps printing the same in all C source files (haven't tried others). It's using the default `objdump` command: ```bash objdump -d -M att -Sl --no-show-raw-insn ``` I...

It would be great to add support for others architecture, such as arm for instance. One could imagine a setting for the prefix, (and an easy way to toggle from...

Hi there, somehow I can't get mixed source/assembly on Mac OS X to work, at least not using gobjdump or otool. Is there a 'canonical' way to do this? If...

Let's say autotools creates a makefile with this rule: ``` smash_unittest-lol_test.o: src/lol_test.cc # blah blah ``` Because lol_test.cc is listed in `smash_unittest_SOURCES`. The problem is that disaster tries to make...