Giter Club home page Giter Club logo

blog_comments's People

Contributors

bladchan avatar

Watchers

 avatar

blog_comments's Issues

深入浅出AFL插桩 - chan's blog

https://bladchan.github.io/2022/12/27/%E6%B7%B1%E5%85%A5%E6%B5%85%E5%87%BA%E5%89%96%E6%9E%90AFL%E6%8F%92%E6%A1%A9/

AFL插桩剖析I. 前置知识 编译器产生可执行文件的流程如下图1、2所示(以gcc编译器为例,clang同理): 图1 gcc编译器工作流程(顶层架构) 图2 clang编译器工作流程(顶层架构) 主流的编译器【图1中第二个阶段】包括三个组件:前端、中间端和后端 [1] 前端:读取源文件并对其进行分析,通常是将源码转化为标准抽象语法树(AST) 中间端:进行源码优化,通常是使用生成的某

AFLplusplus自定义变异器—源码细节 - chan's blog

https://bladchan.github.io/2023/03/09/AFLplusplus%E8%87%AA%E5%AE%9A%E4%B9%89%E5%8F%98%E5%BC%82%E5%99%A8%E2%80%94%E6%BA%90%E7%A0%81%E7%BB%86%E8%8A%82/

AFL++自定义变异器 支持C/C++库和Python模式 C/C++ library (*.so) Python module 1. 简介相关注意事项: custom_mutator_stage在确定性变异之后启用; 在使用C/C++接口时,需要引入一个动态链接库(动态库路径存放在环境变量AFL_CUSTOM_MUTATOR_LIBRARY中),该库(部分)定义AFL++暴露出来的接口

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.