4
stars
0
forks
source link
OFCI
- Build everything first (see respective directories for build instructions):
ofci
(the Ghidra plugin) with Gradle
ofci_db
(the dataset generation/handling stuff) with Cargo
tracer
(the pintool) with GCC/Pin
- Install dependencies for
model
(requirements.txt
)
- Build datasets:
- Get the TREX dataset (or use your own with similar naming conventions)
- Perform steps mentioned in
extractor
- Perform steps mentioned in
ofci_db
- Get Tigress 3.1 and build a dataset with
tracer-gen
- Train (see
model
for details)
- Embedding generation (see
model
for details)