Skip to content

Commit 1e4dba3

Browse files
committed
new post for symbolic execution
1 parent 4e8c3ae commit 1e4dba3

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Angr condition Code Verification
3+
date: 2025-11-15
4+
categories: [Assembly]
5+
tags: [assembly,python,angr] # TAG names should always be lowercase
6+
published: false
7+
---
8+
9+
> Problem: I need to verify different condition codes between guset and hose symbolic machines, but how to verify them across different isas?
10+
11+
# Overviews
12+
13+
## guest side
14+
- 1. init symbol machine
15+
- 2. run symbol machine
16+
- 3. extract final results from guest machine. (g_state)
17+
18+
19+
## host side
20+
- 1. init host side according to the guest state's initialized state.
21+
- 2. run host machine
22+
- 3. extract final state from host machine. (h_state)
23+
24+
## compare guest and host state

0 commit comments

Comments
 (0)