Skip to content

graph based feature extraction via docker-packing-box #183

@cybersecurity-dev

Description

@cybersecurity-dev

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 ... 

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions