Pinned Repositories
ApplicationExtension
This is a code repository used to extend the functionality of the application.
authorize
Software authorize
build
Makefiles to use OP-TEE on various platforms
coding-learning
Coding exercises while learning.
deploy-hexoblogweb
This is a web repo for deploying personal blogs.
games_course
Games_course study record.
Kernel_Process_Operate
内核遍历 挂起 恢复 结束进程
KernelGetFunctionAddressFromSSDT
内核中先加载驱动目录下的ntdll动态链接库,然后通过名称在ntdll中找到函数序号,通过序号到SSDT中找到函数地址。
Ricardo-Tu
My personal profile.
WorkItem
通过用户层传入一个字符,内核层创建一个系统进程,然后在系统进程中创建一个Dpc定时器,在Dpc例程中将一个WorkItem扔进队列。
Ricardo-Tu's Repositories
Ricardo-Tu/deploy-hexoblogweb
This is a web repo for deploying personal blogs.
Ricardo-Tu/Kernel_Process_Operate
内核遍历 挂起 恢复 结束进程
Ricardo-Tu/KernelGetFunctionAddressFromSSDT
内核中先加载驱动目录下的ntdll动态链接库,然后通过名称在ntdll中找到函数序号,通过序号到SSDT中找到函数地址。
Ricardo-Tu/ApplicationExtension
This is a code repository used to extend the functionality of the application.
Ricardo-Tu/authorize
Software authorize
Ricardo-Tu/build
Makefiles to use OP-TEE on various platforms
Ricardo-Tu/coding-learning
Coding exercises while learning.
Ricardo-Tu/games_course
Games_course study record.
Ricardo-Tu/Ricardo-Tu
My personal profile.
Ricardo-Tu/WorkItem
通过用户层传入一个字符,内核层创建一个系统进程,然后在系统进程中创建一个Dpc定时器,在Dpc例程中将一个WorkItem扔进队列。