Category: srp

  • Bypassing SRP from PowerShell

    When discussing with a reader of mine, I mentioned that the same method (patching the local process) should be possible using PowerShell. And here is the code: ######################################################### # This is a general purpose routine that I put into a file called # LibraryCodeGen.msh and then dot-source when I need it. ######################################################### function Compile-Csharp ([string]…

  • Limitations of Software Restriction Policies

    Update: ok, SRP is even more broken than I thought. As one of the readers pointed out (thank you Anonymous!), there is a built-in (albeit only partially documented) option on runas which circumvents SRP. For some time now there has been a friendly back-and-forth between Didier Stevens and myself with regards to the topic of…