• ¡Welcome to Square Theme!
  • This news are in header template.
  • Please ignore this message.
مهمان عزیز خوش‌آمدید. ورود عضــویت


امتیاز موضوع:
  • 31 رای - 3.03 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Anti Norman Online SandBox
حالت موضوعی
#1
Another ported Anti Sandbox code from VB6

کد:
(*********************************
Ported from VB6 to Delphi by Gakh
VB6 Source Code by: haZl0oh
www.ic0de.org
*********************************)

program AntiNormanOnlineSandBox;

uses
  Windows,
  SysUtils;

function NormanOnlineSandbox : Boolean;
var
  Path : String;
begin
  Path := ExtractFilePath(ParamStr(0));
  NormanOnlineSandbox := Path = 'C:\analyzer\scan\';
end;

begin
  if NormanOnlineSandbox = True then
  begin
    MessageBox(0, PChar('SandBox Detected'), 'Test', 64);
  end else
  MessageBox(0, PChar('SandBox Not Detected'), 'Test', 64);
end.

Reply  Reply With Quote  Thanks
گروه دور همی پارسی کدرز
https://t.me/joinchat/GxVRww3ykLynHFsdCvb7eg
 
پاسخ
  


موضوعات مشابه ...
موضوع نویسنده پاسخ بازدید آخرین ارسال
  [UNIT] SAD (Simple Anti Debug) Magic_h2001 Amin_Mansouri 0 3,169 10-18-2011، 01:25 AM
آخرین ارسال: Amin_Mansouri
  DELPHI OutputDebugStringA Anti Emulator ShellCode Amin_Mansouri 0 3,034 10-17-2011، 11:00 PM
آخرین ارسال: Amin_Mansouri
  [Snip] Another anti debugger procedure Amin_Mansouri 0 2,929 10-17-2011، 08:19 PM
آخرین ارسال: Amin_Mansouri
  [DELPHI]Anti JoeBox, CwSandbox, Anubis Amin_Mansouri 0 3,110 10-16-2011، 09:25 PM
آخرین ارسال: Amin_Mansouri
  [DELPHI]Anti ThreatExpert Amin_Mansouri 0 2,725 10-16-2011، 08:20 PM
آخرین ارسال: Amin_Mansouri
  Delphi Anti Virtual PC/VMware Amin_Mansouri 0 2,904 09-22-2011، 12:39 AM
آخرین ارسال: Amin_Mansouri

پرش به انجمن:


Browsing: 1 مهمان