76 reputation
5
bio website micksmix.wordpress.com
location United States
age
visits member for 7 months
seen May 13 at 13:22
stats profile views 4

May
13
comment Penetration testing Windows Phone 8 apps w/o source
More comments here: ReverseEngineering StackExchange
May
6
comment Penetration testing Windows Phone 8 apps w/o source
I have a Nokia Lumia 920 and having looked at the jailbreak listed on XDA, it does not appear to work on this device.
May
5
comment Penetration testing Windows Phone 8 apps w/o source
I assumed Windows Phone 8 OS was different than Windows RT...am I incorrect?
Oct
1
comment Detecting reflective DLL injection
Well, you don't exactly exploit an application to execute arbitrary code. As I understand it, reflective DLL injection is merely loading a DLL in another application without the use of the standard api calls like "CreateRemoteThread". So long as you have rights to write into another processes address space, you can do it. It doesn't require an exploit to accomplish it. See "BTMemoryModule" for a Delphi port of Joachim Bauch's work...complete with ready to compile example code: code.google.com/p/memorymodule