Skip to content
View chenzhiy2001's full-sized avatar
  • Beijing Technology and Businiess University (BTBU)
  • Beijing, China
  • 14:05 (UTC +08:00)

Block or report chenzhiy2001

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
chenzhiy2001/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ—๏ธ I'm currently working on asynchronous Rust OS tracing & debugging.

  • โš™๏ธ Our lab is developing an OS debugging framework covering hypervisor and SBI on real hardware.

  • ๐Ÿ“š Iโ€™m also interested in TCS (Theoretical Computer Science).

Thanks for visiting my GitHub! Feel free to reach out or explore my projects.

Pinned Loading

  1. code-debug code-debug Public

    Forked from WebFreak001/code-debug

    Source-level operating system debugging tool that supports debugging kernel and multiple user processes synchronously. VSCode integration is based on WebFreak001/code-debug.

    TypeScript 35 13

  2. ruprobes ruprobes Public

    An uprobes module enabling dynamic probing of user-space applications. Written in Rust with a detailed integration guide.

    Makefile

  3. xv6-vf2 xv6-vf2 Public

    Forked from michaelengel/xv6-vf2

    xv6 on VisionFive 2 RISC-V board, supporting debugging kernel/user programs synchronously with OpenOCD and chenzhiy2001/code-debug.

    C

  4. rcore-ebpf rcore-ebpf Public

    rCore-Tutorial-v3 with eBPF, kprobe and uprobe, enabling cross-privilege level, multi-process debugging with eBPF and GDB synchronously using chenzhiy2001/code-debug.

    Rust 2 1

  5. strace-visualizing strace-visualizing Public

    Strace visualizing tool to make syscall implementation more effective.

    HTML

  6. code-debug-doc code-debug-doc Public

    Documentation of my graduation project.

    Python