aengelke / instrew

A high performance LLVM-based dynamic binary instrumentation framework
GNU Lesser General Public License v2.1
223 stars 36 forks source link

Binary files cannot be translated correctly on Raspberry PI #10

Closed lixin123321 closed 6 months ago

lixin123321 commented 6 months ago

Binary files cannot be translated correctly on Raspberry PI:illegal instruction

aengelke commented 6 months ago

Please provide more details on: input binary file, command, output, details on the fault (in JIT-compiled code or elsewhere, address, surrounding code, relevant object file if JIT-compiled), etc.

lixin123321 commented 6 months ago

Sorry for the late reply. I compiled a static hello file on the Raspberry PI, but when I executed this hello file via instrew, the command line says "illegal instructions" When I debug with gdb, it says "Thread 1.1 "instrew-client" received signal SIGILL, illegal instruction"