The implemtation support parsing kernel module for FreeBSD Kernel and has been test on x86-64 and arm64. In summary, this class parse the linked list resides in the kernel memory that record all kernel module and load the debug symbol file to facilitate debug process
9 lines
239 B
CMake
9 lines
239 B
CMake
add_subdirectory(Darwin-Kernel)
|
|
add_subdirectory(FreeBSD-Kernel)
|
|
add_subdirectory(MacOSX-DYLD)
|
|
add_subdirectory(POSIX-DYLD)
|
|
add_subdirectory(Static)
|
|
add_subdirectory(Hexagon-DYLD)
|
|
add_subdirectory(Windows-DYLD)
|
|
add_subdirectory(wasm-DYLD)
|