elfx86exts icon indicating copy to clipboard operation
elfx86exts copied to clipboard

UnknownCapstoneError (src/libcore/result.rs:997:5)

Open FFY00 opened this issue 6 years ago • 2 comments

I get the following output with every binary I tried.

$ env RUST_BACKTRACE=1 elfx86exts /usr/bin/ping
thread 'main' panicked at 'couldn't disassemble section: UnknownCapstoneError', src/libcore/result.rs:997:5
stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: __libc_start_main
  16: <unknown>

FFY00 avatar May 18 '19 20:05 FFY00

Well, that's not good. What operating system and/or platform are you on? How did you install elfx86exts?

pkgw avatar May 20 '19 12:05 pkgw

Archlinux, I used the PKGBUILD in the AUR. You can find it here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=elfx86exts.

FFY00 avatar May 20 '19 13:05 FFY00