Six focused guides covering every engine, every integration, and every verifier — with code samples in C#, JavaScript, Go, PowerShell, and bash.
From install to your first protected .NET assembly in 15 minutes. Step-by-step with the bundle layout, BUILD.bat, and a sample .crproj.
.crproj
Every protection knob in the Confuser engine — control flow, constants, resources, anti-tamper, anti-IL-Dasm — with sensible defaults for WPF, ASP.NET, and class libraries.
<Import Project="…\A1One.targets"/>, <A1OneProtectorPath>, <A1OneMode>, and skip-pattern recipes. Gates by $(Configuration).
<Import Project="…\A1One.targets"/>
<A1OneProtectorPath>
<A1OneMode>
$(Configuration)
npm install, config schema, integration recipes for Vite / webpack / ASP.NET ASPX, and how the HMAC watermark survives minification.
Four-layer Go protection, Ed25519 key generation, sidecar (.a1sig) format, cross-compile recipes, and the bug we hit with encoding/json reflection.
.a1sig
encoding/json
A1Verify.exe / a1verify-js / a1verify-go — flags, exit codes, folder-mode, JSON report format, and how to wire each one into your CI step.
ستة أدلّة مركّزة تغطي كل محرّك وكل تكامل وكل أداة تحقق، مع أمثلة برمجية بلغات C# وJavaScript وGo وPowerShell وbash.
من التثبيت إلى أول تجميعة .NET محمية في خمس عشرة دقيقة، خطوة بخطوة مع شرح بنية الحزمة وملف BUILD.bat ونموذج .crproj.
BUILD.bat
كل خيار من خيارات الحماية في محرّك Confuser — تدفّق التحكم وتشفير الثوابت والموارد والحماية من العبث ومنع تفكيك شيفرة IL — مع قيم افتراضية منطقية لتطبيقات WPF وASP.NET ومكتبات الأصناف.
شرح <Import Project="…\A1One.targets"/> و<A1OneProtectorPath> و<A1OneMode> وأنماط الاستثناء، مع تفعيل مشروط بـ $(Configuration).
تثبيت npm، ومخطط الإعدادات، وطرق التكامل مع Vite وwebpack وASP.NET ASPX، وكيفية بقاء العلامة المائية بخوارزمية HMAC سليمة بعد التصغير.
الحماية رباعية الطبقات لـ Go، وتوليد مفاتيح Ed25519، وصيغة ملف التوقيع المرافق (.a1sig)، وطرق البناء متعدد الأنظمة، والمشكلة التي واجهناها مع انعكاس encoding/json.
A1Verify.exe وa1verify-js وa1verify-go — الرايات (flags) ورموز الخروج ووضع المجلد وصيغة تقرير JSON، وكيفية ربط كل أداة بخطوة في خط التكامل المستمر.
We use cookies to improve your experience.