Skip to content

DoubleS1405/x88Solve_x64dbgPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Functions

  1. Lift x86 instructions to IR(intermediate representation) (SSA Form Based)
  2. IR Optimization
  3. Dynamic symbolic analysis with IR

Libraries

  1. Zydis
  2. Z3

IR Optimization

Dead Store Elimination

  • Example
    (1) VMProtect Mutation Code
    image

    (2) Optimized Code
    image


Dynamic Symbolic Analysis with IR

Solve CTF with Dynamic Symbolic Analysis + Z3

(1) First Char
image

0x71 -> q

(2) Second Char

image

0x65 -> e

(3) Third Char

image

0x7a->z

(4) Fourth Char

image

0x6a->j

(5) Fifth Char

image

0x64->d


....

(6) Last Char

image

0x76->v

(7) Flag

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published