#
program-analysis
Here are 15 public repositories matching this topic...
4
KevinHock
commented
Aug 3, 2018
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Roostock, Tron and other EVM-compatible blockchains.
-
Updated
Jul 28, 2021 - Python
Yet another crippled decompiler project
-
Updated
Jun 15, 2021 - Python
Static Python call graph generator
-
Updated
Jul 27, 2021 - Python
BAP python bindings
-
Updated
Nov 18, 2020 - Python
-
Updated
Jul 25, 2019 - Python
A (Miasm2 + binaryninja) based function divination.
security
reverse-engineering
binary-ninja
program-analysis
miasm2
function-detection
binary-ninja-plugin
function-recognition
-
Updated
Oct 22, 2017 - Python
Source code for the ICLR 2021 work "Generating Adversarial Computer Programs using Optimized Obfuscations"
seq2seq
program-analysis
combinatorial-optimization
adversarial-machine-learning
ml4code
big-code
differentiable-programming
code2seq
ml4se
-
Updated
Jun 22, 2021 - Python
A program repair tool which modifies any bugged Python script based on cues from rest of program.
-
Updated
Jun 14, 2021 - Python
Inspect, edit, and rebuild binary object files
-
Updated
Apr 15, 2020 - Python
A prototype tool to provoke uninitilized data errors by filling stack frames with garbage in prologue
-
Updated
Nov 29, 2019 - Python
Three-valued bit vector for python with built-in bit-level taint analysis.
-
Updated
Apr 23, 2019 - Python
A Neural Network approach to Data Structure Object Classification
-
Updated
Sep 30, 2018 - Python
Symbolic Execution for Python
-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the program-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the program-analysis topic, visit your repo's landing page and select "manage topics."
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the