util: Added disassembler using objdump tool.
The disassembler disassembles an elf file with an external objdump tool. The architecture specific objdump must be configured via cmake (ARCH_TOOL_PREFIX), e.g. arm-none-eabi- for arm-none-eabi-objdump.
This commit is contained in:
@ -11,4 +11,6 @@
|
||||
#cmakedefine BUILD_X86
|
||||
#cmakedefine BUILD_ARM
|
||||
|
||||
#define ARCH_TOOL_PREFIX "@ARCH_TOOL_PREFIX@"
|
||||
|
||||
#endif // __VARIANT_CONFIG_HPP__
|
||||
|
||||
Reference in New Issue
Block a user