update kernel: //获取本机linux发布版本 1. cat /etc/lsb-release 查看当前系统的发布版本 2. apt-cache search ...

IP属地:上海
update kernel: //获取本机linux发布版本 1. cat /etc/lsb-release 查看当前系统的发布版本 2. apt-cache search ...
# vim: set ft=tmux:set -g base-index 1# default window for session cmdnew-session -s cm...
最近在翻看trustzone的硬件基础资料,先说一下总结性的结论: ARM处理器核的虚拟化以及资源隔离是Truszone实现安全需求的根本,trustzone能够提供...
challenge: 编写一个KO,传入一个PID模块参数,打印进程得父PID, 以及所有线程PID 好久没有碰内核驱动,突然要写一个KO文件,并实现PID的打印功能,还是内...