摘要:
标题是bits of static binary analysis,意思为碎片化粒度的静态二进制分析 作为安全研究人员,如何从复杂系统的二进制文件中挖掘出漏洞是个难题 在这篇随笔中,阅读bits of static binary analysis演讲内容,学习查找二进制程序中的漏洞,并快速找到它们
阅读全文
posted @ 2023-05-17 22:37
j1pai
阅读(85)
推荐(0)
/* 导入整体主题css */
@import "https://files.cnblogs.com/files/blogs/710456/simpleMemory.css";
/* 渐变背景 */
body {
/* background: linear-gradient(to left bottom,#b2f7ff 0,#b2d1ff 100%); */
background: linear-gradient(90deg,rgba(247,149,51,.1),rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1));
}
#home{
background-color: rgba(255,255,255,0.7); /*文字界面颜色-透明度*/
}
/* 文章右侧目录 */
#articleDirectory ul {
background-color: #97acd22e;
}
/* aplayer播放器缩进 */
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
left: -66px !important; /* 默认情况下缩进左侧66px,只留一点箭头部分 */
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
left: 0 !important; /* 鼠标悬停是左侧缩进归零,完全显示按钮 */
}
/* aplayer播放器缩进 */