DescriptionRecommitting: https://codereview.chromium.org/406043003/
(originally reverted because the buildbots weren't pointed
to verifier_test_dll.dll by unit_tests.isolate)
=========================================================
Adding the VerifyModule function (and helpers) to safe browsing.
This function allows us to compare a module in memory with
its original on disk, and identify any differences (after
accounting for relocations). The state of the module
(MODULE_UNKNOWN, MODULE_UNMODIFIED or MODULE_MODIFIED) is
returned along with a list of the possibly modified exported
functions of the module.
BUG=401854
TBR= noelutz@google.com, robertshield@chromium.org, csharp@chromium.org, asvitkine@chromium.org, grt@chromium.org
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288417
Patch Set 1 : original from 406043003 #Patch Set 2 : Adding verifier_test_dll.dll to unit_tests.isolate #Messages
Total messages: 12 (0 generated)
|