Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(983)

Unified Diff: courgette/testdata/rel32_x64_02.txt

Issue 2072093003: Courgette: Extend pointer detection in x64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document instructions format and update unittests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: courgette/testdata/rel32_x64_02.txt
diff --git a/courgette/testdata/rel32_x64_02.txt b/courgette/testdata/rel32_x64_02.txt
index fd6fd94f0af5cca199a56aca1194023d04581634..ceb5a22d8992aad199279667255d52ef1a5e5465 100644
--- a/courgette/testdata/rel32_x64_02.txt
+++ b/courgette/testdata/rel32_x64_02.txt
@@ -58,6 +58,14 @@ Program:
00
004010C2: 4C 8D 3D 00 00 00 lea r15,[rip+00000000]
00
+ 004010C9: 66 8B 05 00 00 00 mov ax,[rip+00000000]
+ 00
+ 004010D0: 66 8B 3D 00 00 00 mov di,[rip+00000000]
+ 00
+ 004010D7: 66 8D 05 00 00 00 lea ax,[rip+00000000]
+ 00
+ 004010DE: 66 8D 3D 00 00 00 lea di,[rip+00000000]
+ 00
004010C9: 5D pop ebp
huangs 2016/06/27 20:25:14 NIT: Spacing before "ebp".
etiennep 2016/06/28 17:38:27 Done.
004010CA: C3 ret
@@ -88,10 +96,10 @@ Expected:
1069
106F
1075
-# 107B Not yet detected.
-# 1081 Not yet detected.
-# 1087 Not yet detected.
-# 108D Not yet detected.
+107B
+1081
+1087
+108D
1094
109B
10A2
@@ -99,4 +107,8 @@ Expected:
# 10B0
# 10B7
10BE
-10C5
+10C5
+10CC
+10D3
+10DA
+10E1

Powered by Google App Engine
This is Rietveld 408576698