[C#][Snippets] Anti-WPE, Wireshark, Sandboxie, Emulation - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Cracking / Anti Crack (http://parsicoders.com/forumdisplay.php?fid=75) +--- انجمن: Anti Debug (http://parsicoders.com/forumdisplay.php?fid=76) +--- موضوع: [C#][Snippets] Anti-WPE, Wireshark, Sandboxie, Emulation (/showthread.php?tid=910) |
[C#][Snippets] Anti-WPE, Wireshark, Sandboxie, Emulation - Amin_Mansouri - 09-22-2011 Anti-Sandboxie: Code: کد: [DllImport("kernel32.dll")] Anti-Emulation: Code: کد: private void DetectEmulation() Anti-Wireshark: Code: کد: private void DetectWireshark() Anti-WPE: Code: کد: private void DetectWPE() RE: [C#][Snippets] Anti-WPE, Wireshark, Sandboxie, Emulation - MBlackHat - 02-19-2015 با سلام خدمت اساتید محترم این قسمت ارور میده علتش چیه؟ DllImport به این صورت در کلاس قرار دادم کد پیاچپی: using System; |