hxd_gr
2023-11-22 10:06:42 799KB
1
编译原理实验:包括实验一词法分析器,实验二进制分析,实验三语法分析器,实验四SLR语法分析器等。其中含有实验报告,实验代码等等。适合正在为实验报告发愁的你,你需要的都为你准备好,如果实验要求不一样,你可以稍微改一改,也可以私信与我讨论,希望能帮助到你。
2023-04-10 15:08:54 29.35MB 编译原理+实验程序
1
Learning Linux Binary Analysis is packed with knowledge and code that will teach you the inner workings of the ELF format, and the methods used by hackers and security analysts for virus analysis, binary patching, software protection and more., This book will start by taking you through UNIX/Linux object utilities, and will move on to teaching you all about the ELF specimen. You will learn about process tracing, and will explore the different types of Linux and UNIX viruses, and how you can make use of ELF Virus Technology to deal with them., The latter half of the book discusses the usage of Kprobe instrumentation for kernel hacking, code patching, and debugging. You will discover how to detect and disinfect kernel-mode rootkits, and move on to analyze static code. Finally, you will be walked through complex userspace memory infection analysis., This book will lead you into territory that is uncharted even by some experts; right into the world of the computer hacker.
2023-01-26 15:19:19 2.43MB linux
1
二进制分析工具binwalk-master
2022-11-24 13:00:36 37.93MB 分析工具
1
二进制分析平台 基于bitblaze上的bap 卡内基梅隆大学搞的
2022-04-22 10:56:37 3.04MB 二进制分析 平台 bitblaze bap
1
Learning Linux Binary Analysis linux 二进制分析 二进制分析
2021-11-01 00:29:10 2.64MB 二进制分析
1
老外的演讲稿(PDF),主要是介绍了二进制插桩的原理与实现,然后举了一些例子来加以讲解分析。英文太渣的童鞋就自己翻译下再阅读吧~~~
2021-09-21 17:14:43 28.5MB 二进制插桩 DBI 插桩原理
1
使用C语言代码实现 readelf 工具的基本功能。程序使用 cmake 进行构建和编译。环境使用linux环境。使用方式如下: $ cd readelf/ $ mkdir build $ cd build $ cmake .. $ cmake build . 编译完成后,就可以使用: gwreadelf -h gwreadelf -l gwreadelf -S
2021-05-13 14:00:10 11KB ELF 二进制分析 C语言编写
1
这个是 《linux二进制分析》的随书源码, 并且增加了第二章的源码,国内不好找的。另外还有该书的勘误,有需要的可以下载看看。
2019-12-21 22:21:43 186KB 随书源码 linux二进制
1
大合集!!整理Github上关于Pin的绝大部分新项目,以及自己写的关于一些插桩分析的项目,主要涉及动态污点分析,二进制插桩分析,pin的使用教程,PinAPI等。
2019-12-21 20:26:36 144.79MB Pin插桩 二进制分析 污点分析
1