Added libdisasm to the repository. This library is no longer under development so there

is no reason not to keep it locally. Implemented a basic disassembler which can be used
to scan bytecode for interesting conditions. This should be pretty easy to add to for
things other than exploitability if there is a desire. This also adds several tests to
the windows exploitability ranking code to take advantage of the disassembler for x86
code.

BUG=None
TEST=DisassemblerX86Test.*

Review URL: http://breakpad.appspot.com/203001

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@705 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
cdn@chromium.org 2010-10-01 22:38:10 +00:00
parent c653618a91
commit 2b4274afc4
61 changed files with 12843 additions and 237 deletions

BIN
src/processor/testdata/ascii_read_av.dmp vendored Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
src/processor/testdata/ascii_write_av.dmp vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
src/processor/testdata/exec_av_on_stack.dmp vendored Executable file

Binary file not shown.

BIN
src/processor/testdata/null_read_av.dmp vendored Executable file

Binary file not shown.

BIN
src/processor/testdata/null_write_av.dmp vendored Executable file

Binary file not shown.

BIN
src/processor/testdata/stack_exhaustion.dmp vendored Executable file

Binary file not shown.