-
Notifications
You must be signed in to change notification settings - Fork 17
graph based feature extraction via docker-packing-box #183
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi @dhondta
“I would like to use your tool to extract ELF binaries into Control Flow Graphs (CFG) and Function Call Graphs (FCG). Could you provide any available use cases and documentation for performing this extraction via the command line?”
|
├── input/
│ ├── sample1.elf
│ ├── sample2.elf
│ └── sample3.elf
|
├── output/
│ ├── sample1.graphml
│ ├── sample2.graphml
│ └── sample3.graphml
|
├── output/
│ ├── sample1.dot
│ ├── sample2.dot
│ └── sample3.dot
dataset make dataset input/ output/ -fcg ... Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request