1

I have an application written in C/C++ and compiled with gcc/g++ with option -march=... in order to run on specific machine hardware. After compiling, i copy that executable to the destination machine. However, to make sure that it will run fine on that hardware, i wanna ask if there is any tool or way to examine that executable to see if it’s runnable (not contain any illegal instruction) without running the executable?

4

0 回答 0