summaryrefslogtreecommitdiffstats
path: root/chrome_elf
Commit message (Expand)AuthorAgeFilesLines
...
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-2/+2
* sandbox: Fix some nt_internals.h function prototypes for Win64rnk2015-02-201-3/+3
* Add support for correct Windows 10 version enumeration.wfh2015-02-021-0/+3
* Use NoImportLib: true for blacklist_test_dll_3 to avoid unnecessary rebuildingscottmg2015-01-301-0/+6
* Add GN files for chrome_elfvchigrin2015-01-231-0/+205
* Add crdli.dll and crdli64.dll to Chrome'e Blacklistcsharp2015-01-211-0/+2
* Add vntsrv.dll to Chrome's Blacklistcsharp2015-01-121-0/+1
* Reblacklist virtualCamera.ax, it's causing renderer hangs.dalecurtis2015-01-081-0/+2
* Add YCWebCameraSource.ax to Chrome blacklistservolk2015-01-071-0/+1
* Add wajam_goblin.dll and wajam_goblin_64.dll to Chrome's blacklist.csharp2014-10-311-0/+2
* Fix two minor bugs found by /analyzebrucedawson2014-10-281-2/+2
* Add safetynut.dll to the browser blacklist.csharp2014-10-231-0/+1
* Replace OVERRIDE with its C++11 counterparts in src/chrome_elfr.nagaraj2014-10-113-3/+3
* Remove ScDetours.dll from the Browser Blacklistcsharp2014-09-291-2/+0
* Remove implicit HANDLE conversions from elf.rvargas2014-09-251-4/+5
* Clean up unused param in RegistryOverrideManagergab2014-09-182-5/+3
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-102-3/+3
* Remove cespy.dll from the browser blacklistcsharp2014-09-081-1/+0
* Reorder GenerateStateFromBeaconAndAttemptCount.csharp2014-08-251-11/+9
* Add export to query for blacklisted-ness.robertshield@chromium.org2014-08-063-0/+14
* Add V-bates to Chrome's Browser's blacklistcsharp@chromium.org2014-08-051-0/+5
* Add more detail to Chrome ELF crash reportscaitkp@chromium.org2014-08-011-1/+16
* Fix chrome_elf_unittests on 64 bit builds.robertshield@chromium.org2014-07-241-1/+11
* Adding 3 unstable Dlls to the blacklist.krstnmnlsn@chromium.org2014-06-271-0/+3
* Adding blacklisted dlls to safe browsing incident reports.krstnmnlsn@chromium.org2014-06-273-14/+13
* Update DllHash to include recently blacklisted dllscsharp@chromium.org2014-06-251-0/+2
* Add scdetour.dll to the browser blacklistcsharp@chromium.org2014-06-251-0/+2
* Blacklist registry keys now stored under chromium name for chromium builds.krstnmnlsn@chromium.org2014-06-241-2/+11
* Report when blacklist.cc fails to setup the blacklisting thunk.csharp@chromium.org2014-06-191-3/+3
* Adding 3 DLLs to the blacklist.krstnmnlsn@chromium.org2014-06-171-3/+7
* Can now adjust the number of retries before the blacklist is disabled.krstnmnlsn@chromium.org2014-06-175-97/+200
* Revert of Blacklists virtualCamera.ax (https://codereview.chromium.org/325323...henrika@chromium.org2014-06-151-2/+0
* Add a comment to the Browser Blacklist Listcsharp@chromium.org2014-06-131-0/+6
* Blacklists virtualCamera.ax.henrika@chromium.org2014-06-131-0/+2
* Add "One Key Theater" DLLs to the browser DLL blacklist.wfh@chromium.org2014-06-091-0/+5
* Finch Blacklist is now added to the Hardcoded blacklist.krstnmnlsn@chromium.org2014-06-056-25/+117
* Increase accuracy when determining if the browser blacklist was setup.csharp@chromium.org2014-05-281-3/+3
* Add OWNERS file for browser blacklist.robertshield@chromium.org2014-05-221-0/+3
* For Chrome builds, only upload crashes when the build is official.thestig@chromium.org2014-05-211-9/+7
* Fix prefered base addresses on win64jschuh@chromium.org2014-04-121-2/+12
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-5/+6
* Stop chrome_elf from patching already patched functionscsharp@chromium.org2014-03-251-2/+3
* Make sure chrome_elf's breakpad client is actually uploading dumps.caitkp@chromium.org2014-03-241-1/+1
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-188-139/+264
* Make sure CreateFile call is not inlined, so EMET doesn't get upset.caitkp@chromium.org2014-03-131-8/+29
* Use PEImage in ntdll_cache.cccsharp@chromium.org2014-03-122-36/+24
* Revert 255151 "Make chrome_elf use thunks instead of function po..."caitkp@chromium.org2014-03-077-229/+133
* Add version resource to chrome_elf.dllrobertshield@chromium.org2014-03-072-0/+29
* Make chrome_elf use thunks instead of function pointers.caitkp@chromium.org2014-03-057-133/+229
* Catch EXCEPTION_GUARD_PAGE in SafeGetImageInfocsharp@chromium.org2014-03-041-0/+1