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

Side by Side Diff: courgette/testdata/rel32_x64_03.txt

Issue 2072093003: Courgette: Extend pointer detection in x64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct Nits in comments Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « courgette/testdata/rel32_x64_02.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Test target validity: only accept target RVA in [1000, 3000). 1 # Test target validity: only accept target RVA in [1000, 3000).
2 2
3 # Processor type 3 # Processor type
4 x64 4 x64
5 # .text start RVA and end RVA 5 # .text start RVA and end RVA
6 1000 6 1000
7 3000 7 3000
8 # .reloc start RVA and end RVA 8 # .reloc start RVA and end RVA
9 3800 9 3800
10 4000 10 4000
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 Expected: 64 Expected:
65 1009 65 1009
66 1015 66 1015
67 101F 67 101F
68 102A 68 102A
69 1050 69 1050
70 1056 70 1056
71 106E 71 106E
72 1074 # x64 rip ignores .text boundaries (target likely in .data section). 72 1074 # x64 rip ignores .text boundaries (target likely in .data section).
73 # 1086 Not yet detected. 73 1086
74 # 108C Not yet detected. 74 108C
OLDNEW
« no previous file with comments | « courgette/testdata/rel32_x64_02.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698