type
Post
status
Published
date
Jun 5, 2023
slug
summary
tags
Security
Python
Program Analysis
Bytecode
category
Program Analysis
icon
password
Property
Jun 5, 2023 03:49 PM
Binary Analysis
- angr
SoK: (State of) The Art of War: Offensive Techniques in Binary Analysis
- Source: angrangr • Updated Aug 30, 2023
- Language: Python 3.8+
- Description: angr is a platform-agnostic binary analysis framework. It is brought to you by the Computer Security Lab at UC Santa Barbara, SEFCOM at Arizona State University, their associated CTF team, Shellphish, the open source community, and @rhelmot.
- IDA
- There is nothing to say
Java
- Soot
- Language: Java 1.8
- Description: Soot is a Java optimization framework. It provides four intermediate representations for analyzing and transforming Java bytecode.
- Tai-e
- Language: Java 17
- Description: Tai-e (Chinese: 太阿; pronunciation: [ˈtaɪə:]) is a new static analysis framework for Java (please see our technical report for details), which features arguably the "best" designs from both the novel ones we proposed and those of classic frameworks such as Soot, WALA, Doop, and SpotBugs. Tai-e is easy-to-learn, easy-to-use, efficient, and highly extensible, allowing you to easily develop new analyses on top of it.
- Author:Rroscha
- URL:https://rroscha.vercel.app//article/1630ccb3-f4c7-4495-a622-17c7375a1ed3
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts