| bio | website | winwrench.com/blog |
|---|---|---|
| location | Redmond, WA | |
| age | 22 | |
| visits | member for | 4 years, 2 months |
| seen | 4 mins ago | |
| stats | profile views | 5,710 |
I'm a Microsoft Software Development Engineer on the Trustworthy Computing Team. I've worked at several security related places previously, including Malware Bytes and PreEmptive Solutions.
On StackOverflow I mostly answer c++ related questions, though I occasionally forray into c# and a couple of others.
I am the author of pevFind, a component of the ComboFix malware removal tool, and volunteer at BleepingComputer.com as a malware response instructor. My Twitter account is @MalwareMinigun.
|
Apr 23 |
answered | Error in stl_algo.h, comparing pointers |
|
Apr 23 |
comment |
Error in stl_algo.h, comparing pointers Also, signed/unsigned mismatch between i and std::vector<t, alloc>::size(). |
|
Apr 23 |
comment |
Error in stl_algo.h, comparing pointers Are you sure this is the culprit code? The error message is complaining about operator*, but there are no uses of operator* in this code. |
|
Apr 23 |
comment |
How can I protect data using iOS on-disk encryption when the user passcode lock has not been enabled? Just encrypting the data and storing the key right next to it doesn't buy you anything. blogs.msdn.com/b/ericlippert/archive/2011/09/27/… "That is, modern crypto is essentially a form of mechanical advantage. With a gearing system or a lever you can turn a small motion into a large motion. With a strong cryptosystem you can turn the security of a 1 KB key file into the security of a 10 MB data file. Cryptosystems do not manufacture new security, any more than a lever manufactures new motion." You need that initial secret. |
|
Apr 23 |
awarded | Popular Question |
|
Apr 22 |
comment |
Strange efficiency of std::list.sort() @DyP: Hmm.. I see your point. The question is a bit confusing as to whether it says that the std::list version was faster (i.e. "Why isn't my handwritten code faster?") or the handwritten version is faster (i.e. "Why is the handwritten version faster?") |
|
Apr 22 |
revised |
Strange efficiency of std::list.sort() added 25 characters in body |
|
Apr 22 |
answered | Strange efficiency of std::list.sort() |
|
Apr 22 |
comment |
Calling member functions on a parent object? possible duplicate of Circular C++ Header Includes |
|
Apr 22 |
reviewed | Edit suggested edit on Calling member functions on a parent object? |
|
Apr 22 |
revised |
Calling member functions on a parent object? C++ is already tagged and does not belong in the title |
|
Apr 22 |
revised |
how I can use std::cin.getline() with string added 45 characters in body |
|
Apr 22 |
revised |
how I can use std::cin.getline() with string added 330 characters in body |
|
Apr 22 |
answered | how I can use std::cin.getline() with string |
|
Apr 22 |
comment |
How can I protect data using iOS on-disk encryption when the user passcode lock has not been enabled? Why do you want to ensure data is encrypted on the device? Without a pass code of some sort, the key has to also be stored on the device. Which would defeat the purpose. |
|
Apr 22 |
awarded | Nice Question |
|
Apr 22 |
comment |
How can I protect data using iOS on-disk encryption when the user passcode lock has not been enabled? Why do you want to do this? |
|
Apr 20 |
awarded | Good Question |
|
Apr 19 |
answered | Why is Boost Graph Library's `source()` a global function? |
|
Apr 19 |
comment |
Visual Basic 2010 no release option? Build -> Configuration Manager |