Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg authored Feb 1, 2022
1 parent ba705ca commit 610f598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anti-static-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# Anti-Static Analysis
Behaviors and code characteristics that prevent static analysis or make it more difficult. Simple static analysis identifies features such as embedded strings, header information, hash values, and file metadata (e.g., creation date). More involved static analysis involves the disassembly of the binary code.

Two primary resources for anti-static analysis behaviors are [[1]](#1) and [[2]](#2).

* **Call Graph Generation Evasion** [B0010](../anti-static-analysis/evade-call-graph.md)
* **Disassembler Evasion** [B0012](../anti-static-analysis/evade-disassembler.md)
* **Data Flow Analysis Evasion** [B0045](../anti-static-analysis/evade-data-flow-analysis.md)
Expand Down

0 comments on commit 610f598

Please sign in to comment.