├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── img ├── bochs_ida_pro_linux_kernel_debug.png ├── bochs_ida_pro_linux_kernel_debug_and_native.png └── linux_idt_disas_syscall.png ├── linsymtobch.py ├── nm_output.txt └── output_bochs_syms.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/README.md -------------------------------------------------------------------------------- /img/bochs_ida_pro_linux_kernel_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/img/bochs_ida_pro_linux_kernel_debug.png -------------------------------------------------------------------------------- /img/bochs_ida_pro_linux_kernel_debug_and_native.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/img/bochs_ida_pro_linux_kernel_debug_and_native.png -------------------------------------------------------------------------------- /img/linux_idt_disas_syscall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/img/linux_idt_disas_syscall.png -------------------------------------------------------------------------------- /linsymtobch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/linsymtobch.py -------------------------------------------------------------------------------- /nm_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/nm_output.txt -------------------------------------------------------------------------------- /output_bochs_syms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/therealdreg/bochs_linux_kernel_debugging/HEAD/output_bochs_syms.txt --------------------------------------------------------------------------------