Skip to content

Ablation is a tool for augmenting static analysis by extracting information at runtime, and importing it into IDA. It can resolve virtual calls, reveal interesting code, exclude heavily traversed regions, identify untested or undocumented features, visually diff samples, or perform root cause analysis simply by running samples. My favourite howe…

Notifications You must be signed in to change notification settings

cylance/Ablation

Repository files navigation

"# Ablation"

Jump Start Tutorial: BH16USA-PDF-16x9-PMEHTA-Ablation-Tutorial.pdf

Ablation is a tool for augmenting static analysis by extracting information at runtime, and importing it into IDA.

- Resolve virtual calls.
- Maximize code audits by revealing interesting code.
- Exclude heavily traversed regions.
- Identify untested or undocumented features.
- Visually diff samples.
- Perform root cause analysis simply by running samples.

My favourite however is the virtual call resolution with fully interactive x-refs. It's simple, elegant, and disassembled C++ reads like C! It helps me time and time again.

Ablation helps you focus on the research.

About

Ablation is a tool for augmenting static analysis by extracting information at runtime, and importing it into IDA. It can resolve virtual calls, reveal interesting code, exclude heavily traversed regions, identify untested or undocumented features, visually diff samples, or perform root cause analysis simply by running samples. My favourite howe…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published