All Projects → andreafioraldi → taint-with-frida

andreafioraldi / taint-with-frida

Licence: other
just an experiment

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to taint-with-frida

instrumentation
Assorted pintools
Stars: ✭ 24 (+41.18%)
Mutual labels:  instrumentation, taint-analysis, taint
Objection
📱 objection - runtime mobile exploration
Stars: ✭ 4,404 (+25805.88%)
Mutual labels:  instrumentation, frida
Pyt
A Static Analysis Tool for Detecting Security Vulnerabilities in Python Web Applications
Stars: ✭ 2,061 (+12023.53%)
Mutual labels:  taint-analysis, taint
Qbdi
A Dynamic Binary Instrumentation framework based on LLVM.
Stars: ✭ 801 (+4611.76%)
Mutual labels:  instrumentation, frida
Frida Gum
Cross-platform instrumentation and introspection library written in C
Stars: ✭ 357 (+2000%)
Mutual labels:  instrumentation, frida
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+2911.76%)
Mutual labels:  analysis, frida
Frida Core
Frida core library intended for static linking into bindings
Stars: ✭ 398 (+2241.18%)
Mutual labels:  instrumentation, frida
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+6258.82%)
Mutual labels:  instrumentation, frida
Frida Boot
Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
Stars: ✭ 179 (+952.94%)
Mutual labels:  instrumentation, frida
Appmon
Documentation:
Stars: ✭ 1,157 (+6705.88%)
Mutual labels:  instrumentation, frida
libdft64
libdft for Intel Pin 3.x and 64 bit platform. (Dynamic taint tracking, taint analysis)
Stars: ✭ 174 (+923.53%)
Mutual labels:  taint-analysis, taint
dynTaintTracer
a taint tracer based on DynamoRIO, currently ARM only
Stars: ✭ 32 (+88.24%)
Mutual labels:  taint-analysis, taint
mocxx
A versatile C++ function mocking framework.
Stars: ✭ 103 (+505.88%)
Mutual labels:  instrumentation, frida
probes-api
Software Activity Metering - Probes Open API
Stars: ✭ 31 (+82.35%)
Mutual labels:  instrumentation
mdtoolbox
MDToolbox: A MATLAB/Octave toolbox for statistical analysis of molecular dynamics trajectories
Stars: ✭ 21 (+23.53%)
Mutual labels:  analysis
knip
KNIME Image Processing Extension
Stars: ✭ 45 (+164.71%)
Mutual labels:  analysis
Kali-Linux-Tools-Interface
Graphical Web interface developed to facilitate the use of security information tools.
Stars: ✭ 169 (+894.12%)
Mutual labels:  analysis
bundle-inspector-webpack-plugin
Bundle Inspector | Analysis Tool for Webpack
Stars: ✭ 19 (+11.76%)
Mutual labels:  analysis
syncopy
Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
Stars: ✭ 19 (+11.76%)
Mutual labels:  analysis
Reloaded.Memory.SigScan
Simple good performance byte pattern/PE signature scanner, allowing upwards of 2000MB/s per core (10000+MB/s with AVX) on modern hardware.
Stars: ✭ 37 (+117.65%)
Mutual labels:  analysis

taint-with-frida

It's not a real tool, only a PoC with this limitations:

  • byte-level taint
  • flags register not tainted
  • support only a restricted subset of x86_64

use cases

  • foo: a simple memory copy routine to test taint
  • bof: a simple fuzzer (not seriosuly) with detection of BOF checking if the return address is tainted
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].