summaryrefslogtreecommitdiffstats
path: root/sandbox/src/interception.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-2/+1
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-041-4/+4
* Avoid the use of wow_helper for Windows7cpu@chromium.org2010-10-291-2/+5
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* Sandbox: Finish the interception manager support for x64.rvargas@google.com2010-02-041-20/+33
* 64-bit compatibility changes for the sandbox codegregoryd@google.com2009-11-111-1/+1
* Use scoped_array (not scoped_ptr) with new[].kuchhal@chromium.org2009-10-231-1/+1
* Fix issue 8348: unfork pe_image.h / pe_image.cctkent@chromium.org2009-09-081-1/+1
* Fix URL for sandboxing design doc.evan@chromium.org2009-03-271-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Application Verifier hooks GetProcAddress and returnsnsylvain@chromium.org2008-11-181-1/+4
* Redo change 2413 that I had to back out beforecpu@google.com2008-09-201-1/+22
* back out my sbox changecpu@google.com2008-09-181-22/+1
* Add an interface to the sandbox to block dll from loading in the target processcpu@google.com2008-09-181-1/+22
* For some reasons the linker excludes 2 of our hooksnsylvain@chromium.org2008-09-151-0/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add sandbox to the repository.initial.commit2008-07-261-0/+485