You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to enhance the kernel image exploration capability by addressing the challenge of indirect functions. Given the self-containing nature of the kernel code, indirect function calls need to resolve to specific functions within the kernel image or associated modules.
Current Status
Kernel Image Exploration: The current exploration capability lacks efficient handling of indirect function calls within the kernel.
Indirect Function Resolution: Resolving indirect function calls to their specific targets within the built image or related modules remains a challenge.
Problem Statement
Indirect Function Resolution: Directing an indirect function call to its intended function within the kernel image or associated modules.
Image and Module Integration: Integrating exploration capabilities with built image and module code for accurate resolution.
Proposed Solution
Indirect Function Mapping: Develop mechanisms to map indirect function calls to their specific targets within the kernel image or associated modules.
Integration with Built Image: Ensure seamless integration with the built image and associated modules for exploration.
The text was updated successfully, but these errors were encountered:
alessandrocarminati
changed the title
Enhance Kernel Image Exploration for Indirect Functions
Identify function candidates that can possibly map to indirect calls
Nov 24, 2023
Objective
The goal is to enhance the kernel image exploration capability by addressing the challenge of indirect functions. Given the self-containing nature of the kernel code, indirect function calls need to resolve to specific functions within the kernel image or associated modules.
Current Status
Problem Statement
Proposed Solution
The text was updated successfully, but these errors were encountered: