Explore the feasibility of utilizing binutils tools (objdump, nm, etc.) as an alternative to sophisticated reverse engineering tools like radare2 or Ghidra for kernel binary exploration.
Tasks:
- Tool Evaluation:
- Investigate the capabilities and limitations of binutils tools for kernel binary analysis.
- Prototype Development:
- Develop a prototype or proof of concept utilizing binutils tools within the exploration tool.
- Performance and Capability Testing:
- Test the performance and analysis capabilities of binutils-based exploration compared to existing solutions.
- Implement a working code
- Test