|
|
Further refactoring, move ImageInfo into Disassembler/DisassemblerWin32X86.
This means that all PE specific knowledge is now contained in a single class
which leaves us in pretty good shape for supporting ELF 32.
There are still widespread assumptions about being 32 bit, but those can be
addressed at a much later date.
BUG=None
TEST=Unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107260
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+838 lines, -841 lines) |
Patch |
 |
M |
courgette/adjustment_method.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
courgette/adjustment_method_2.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
courgette/assembly_program.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
courgette/courgette.h
|
View
|
1
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
courgette/courgette.gyp
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
courgette/disassembler.h
|
View
|
|
1 chunk |
+62 lines, -3 lines |
0 comments
|
Download
|
 |
M |
courgette/disassembler.cc
|
View
|
|
3 chunks |
+57 lines, -17 lines |
0 comments
|
Download
|
 |
M |
courgette/disassembler_win32_x86.h
|
View
|
1
|
3 chunks |
+105 lines, -5 lines |
0 comments
|
Download
|
 |
M |
courgette/disassembler_win32_x86.cc
|
View
|
1
|
15 chunks |
+419 lines, -61 lines |
0 comments
|
Download
|
 |
A |
courgette/disassembler_win32_x86_unittest.cc
|
View
|
1
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
 |
M |
courgette/encoded_program.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
courgette/ensemble.h
|
View
|
|
3 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
courgette/ensemble.cc
|
View
|
|
3 chunks |
+17 lines, -40 lines |
0 comments
|
Download
|
 |
M |
courgette/ensemble_apply.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
courgette/ensemble_create.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
courgette/image_info.h
|
View
|
|
1 chunk |
+0 lines, -200 lines |
0 comments
|
Download
|
 |
D |
courgette/image_info.cc
|
View
|
1
|
1 chunk |
+0 lines, -419 lines |
0 comments
|
Download
|
 |
D |
courgette/image_info_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
A |
courgette/types_win_pe.h
|
View
|
1
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|