Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-computer-science

Collect computer related materials and codes
https://github.com/perfectplug/awesome-computer-science

Last synced: 5 days ago
JSON representation

  • Reverse Engine

    • code - [miasm](https://github.com/cea-sec/miasm/) - Reverse engineering framework in Python.Miasm is a free and open source (GPLv2) reverse engineering framework. Miasm aims to analyze / modify / generate binary programs.
    • code - [Triton](https://github.com/JonathanSalwan/Triton) - Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a Taint Engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification passes, an SMT Solver Interface and, the last but not least, Python bindings.
    • code - [Tigress_protection](https://github.com/JonathanSalwan/Tigress_protection) - Playing with the Tigress binary protection. Break some of its protections and solve some of its challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
    • miasm
    • doc - miasm2 module API
    • pdf - Symbolic Deobfuscation: From Virtualized Code Back to the Original
    • page - Manticore: Symbolic execution for humans
    • Book - "Reverse Engineering for Beginners" free book http://beginners.re
    • Doc - [IDAPython](https://www.hex-rays.com/products/ida/support/idapython_docs/) - This document contains the API (Application Programming Interface) documentation for IDAPython. Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page.
    • Tickling VMProtect with LLVM: Part 1
    • Tickling VMProtect with LLVM: Part 2
    • Tickling VMProtect with LLVM: Part 3
    • code - [VMProtect](https://github.com/TinyNiko/VMProtect) - I know this project is impossible ,but i;m possible
    • code - [vmp demo](https://github.com/GkvJwa/vmp)
    • code - [ConfuserEx-Unpacker](https://github.com/cawk/ConfuserEx-Unpacker) - A dynamic confuserex unpacker that relies on invoke for most things
    • code - [miasm](https://github.com/cea-sec/miasm/) - Reverse engineering framework in Python.Miasm is a free and open source (GPLv2) reverse engineering framework. Miasm aims to analyze / modify / generate binary programs.
  • Hack Program

    • material - DDOS RESEARCH DATA OPEN-SOURCED ON SCANS.IO
    • code - [awesome-windows-exploitation](https://github.com/enddo/awesome-windows-exploitation) - A curated list of awesome Windows Exploitation resources, and shiny things. Inspired by awesom
  • Windows Kernel

    • code - [KernelExplorer](https://github.com/zodiacon/KernelExplorer)
  • Game Engine