diff options
author | cdn@chromium.org <cdn@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-10-01 23:25:48 +0000 |
---|---|---|
committer | cdn@chromium.org <cdn@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-10-01 23:25:48 +0000 |
commit | 8b2e6865e54d52fcd45514e12e90ee425b82cb52 (patch) | |
tree | f84f681e0afeedfade2d0078cc2494963414353c /src/google_breakpad | |
parent | Added libdisasm to the repository. This library is no longer under developmen... (diff) | |
download | breakpad-8b2e6865e54d52fcd45514e12e90ee425b82cb52.tar.xz |
Added method to exploitability class which checks if a given address contains all ascii characters.
BUG=NONE
TEST=ExploitabilityTest.TestWindowsEngine
Review URL: http://breakpad.appspot.com/207001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@706 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/google_breakpad')
-rw-r--r-- | src/google_breakpad/processor/exploitability.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google_breakpad/processor/exploitability.h b/src/google_breakpad/processor/exploitability.h index 24eed82e..225206d7 100644 --- a/src/google_breakpad/processor/exploitability.h +++ b/src/google_breakpad/processor/exploitability.h @@ -54,6 +54,7 @@ class Exploitability { ProcessState *process_state); ExploitabilityRating CheckExploitability(); + bool AddressIsAscii(u_int64_t); protected: Exploitability(Minidump *dump, |