Visual Basic Forum

Visual Basic Forum
für VB6 und VB.NET Programmierer
 
RegistrierenRegistrieren  LoginLogin

 
Informationen über processfirst
 [B] Sandboxie; Norman Sandbox; VM Detection Demo Source
Verfasst am: 13.04.2009, 13:38  Aufrufe: 2002 


... As Any, ByVal numBytes As Long) Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long) Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long Private Declare Function ProcessFirst ...

 [B] AntiSandboxie **Update**
Verfasst am: 08.08.2007, 06:53  Aufrufe: 1919 

... sting purposes only! = ' I'm not responible for anything you do with this code! = ' ======================================================== Option Explicit Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long Private Declare Function ProcessFirst ...

 [B] AntiSandboxie **Update**
Verfasst am: 03.08.2007, 07:54  Aufrufe: 1919 

... ng purposes only! = ' I'm not responsible for anything you do with this code! = ' ========================================================= Option Explicit Private Declare Function CreateToolhelpSnapshot Lib "kernel32" Alias "CreateToolhelp32Snapshot" (ByVal dwFlags As Long, ByVal th32ProcessID As Long) As Long Private Declare Function ProcessFirst ...

 Prozesse aulesen?
Verfasst am: 24.07.2007, 22:29  Aufrufe: 440 

[code]'Komponenten: 1 ListVIEW "List1" - 1 Timer "Timer1" Private Declare Function CreateToolhelp32Snapshot Lib "kernel32" _ (ByVal lFlags As Long, ByVal lProcessID As Long) As Long Private Declare Function ProcessFirst Lib "kernel32" Alias _ "Process32First" (ByVal hSnapShot As Long, uProcess _ As PROCESSENTRY32) As Long Private De ...




[ Time: 0.1494s ][ Queries: 64 (0.0404s) ][ GZIP on - Debug on ]