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

Issue 8584009: Add a check for /SAFESEH in checkbins.py. (Closed)

Created:
9 years, 1 month ago by scherkus (not reviewing)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Add a check for /SAFESEH in checkbins.py. Similar to BinScope, checkbins.py will either check for the no SEH bit set in DllCharacteristics or a LOAD_CONFIG entry. BUG=104188 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111015

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -5 lines) Patch
M tools/checkbins/checkbins.bat View 1 1 chunk +0 lines, -1 line 0 comments Download
M tools/checkbins/checkbins.py View 1 2 3 4 chunks +23 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scherkus (not reviewing)
maruel: python review siggi: sanity checking on my /SAFESEH stuff
9 years, 1 month ago (2011-11-21 19:38:30 UTC) #1
M-A Ruel
http://build.chromium.org/p/chromium/builders/Win/builds/8187/steps/check_bins/logs/stdio tells me checkbins.bat is not used. I vote for deleting it. lgtm otherwise. http://codereview.chromium.org/8584009/diff/1/tools/checkbins/checkbins.bat ...
9 years, 1 month ago (2011-11-21 19:58:34 UTC) #2
Sigurður Ásgeirsson
nice - I wasn't aware of these tests. http://codereview.chromium.org/8584009/diff/1/tools/checkbins/checkbins.py File tools/checkbins/checkbins.py (right): http://codereview.chromium.org/8584009/diff/1/tools/checkbins/checkbins.py#newcode75 tools/checkbins/checkbins.py:75: hasattr(pe, ...
9 years, 1 month ago (2011-11-21 20:27:32 UTC) #3
scherkus (not reviewing)
checkbins.bat removed http://codereview.chromium.org/8584009/diff/1/tools/checkbins/checkbins.py File tools/checkbins/checkbins.py (right): http://codereview.chromium.org/8584009/diff/1/tools/checkbins/checkbins.py#newcode1 tools/checkbins/checkbins.py:1: #!/usr/bin/python On 2011/11/21 19:58:34, Marc-Antoine Ruel wrote: ...
9 years, 1 month ago (2011-11-21 20:33:57 UTC) #4
Sigurður Ásgeirsson
9 years, 1 month ago (2011-11-21 20:35:36 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698