Re: [python-win32] How to block ctrl-alt-delete on Windows 7?

2010-10-29 Thread Mario Vilas
In legacy versions of Windows (95, 98, ME) life was easier... http://support.microsoft.com/kb/161133 In XP you can use GINA to do it (don't know about 2K): http://msdn.microsoft.com/en-us/library/aa375457(v=VS.85).aspx I couldn't find a solution for Vista and 7 though... maybe you could hook the

Re: [python-win32] WinAppDbg 1.4 is out!

2010-08-25 Thread Mario Vilas
te: > How is it different from pydbg? > Sent from my Blackberry handheld. > > - Original Message - > From: Mario Vilas > To: bugt...@securityfocus.com ; > full-disclos...@lists.grok.org.uk ; > Python-Win32 List > Sent: Tue Aug 24 09:00:59 2010 > Subject

[python-win32] WinAppDbg 1.4 is out!

2010-08-24 Thread Mario Vilas
What is WinAppDbg? == The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate thre

Re: [python-win32] Detect when application is running in a VM environment?

2010-03-03 Thread Mario Vilas
This is a small paper that summarizes a number of more extense papers describing different methods of VM detection. It may be of help: http://www.s21sec.com/descargas/vmware-eng.pdf On Wed, Mar 3, 2010 at 6:40 PM, wrote: > Looking for ideas on how to detect when our Windows application is runni