404 matches found
nocturne
nocturne Named after one of my favorite games, "nocturne" is a bin2bin x86-64 PE code virtualizer and binary rewriter. Features Native Call Bridge 30+ VM Handlers Built-in junk code obfuscation Thread-safe per-invocation VM state Usage To use the Nocturne virtualizer, copy and include...
covirt
covirt An x86-64 code virtualizer for VM based obfuscation. Features Stack-based virtual machine architecture MBA, self-modifying code obfuscation Support for both PE and ELF binaries Code markers to define protected regions PE support only tested on binaries compiled via MinGW-w64 Getting starte...
vxlang-page
VxLang Contents Docs What is VxLang? Supported File Formats Preview Virtualization Preview Dual-Mode Preview Obfuscation Preview Code-Flattening Preview Tutorial Usage & Guide-Code Precautions How to get the full version Donate and Subscription Patreon Link Event 2026 June Event Extension-Codes a...
lfi
Lightweight Fault Isolation LFI Welcome to the top-level repository for the Lightweight Fault Isolation LFI project. What is LFI? LFI is a system for sandboxing native code. Like WebAssembly and Native Client, LFI isolates sandboxed code in-process i.e., in the same address space as a host...
exrop
Exrop Triton प्रतीकात्मक निष्पादन द्वारा संचालित, x86-64 बाइनरी के लिए स्वचालित ROP श्रृंखला जनरेटर। विशेषताएँ रजिस्टरों को स्थिरांकों या अन्य रजिस्टरों पर सेट करें rdi=0x41414141, rdi=rax मेमोरी में लिखें स्थिरांक- और रजिस्टर-आधारित पतों/मानों के साथ मेमोरी में स्ट्रिंग्स/बाइट्स लिखें मिश्रित...
asm-copyfail
CVE-2026-31431 Copy Fail — Analysis and development in x86-64 Assembly Based on the source code published in Theori, we will do several exercises until we fully convert it to pure Assembly language without external libraries.python !/usr/bin/env python3 Archivo: copyfail.py import os as...
static_asm
staticasm एक हेडर-ओनली C++20 लाइब्रेरी जो संकलन-समय पर x86/x86-64 निर्देश एन्कोडिंग के लिए है। यह प्रोजेक्ट बूस्ट सॉफ़्टवेयर लाइसेंस 1.0 और MIT लाइसेंस के तहत दोहरे-लाइसेंस है। आप कोई भी लाइसेंस चुन सकते हैं। उद्देश्य x86 असेंबली एन्कोडिंग को व्यावहारिक और मज़ेदार तरीके से सीखना पूर्ण प्रकार...
drow
drow Description TL;DR drow is a command-line utility that is used to inject code and hook the entrypoint of ELF executables post-build. It takes unmodified ELF executables as input and exports a modified ELF contianing an embedded user-supplied payload that executes at runtime. Slightly more...
monomorph
root@kitploit: ════════════════════════════════════╦═══ ╔═╦═╗ ╔═╗ ╔═╗ ╔═╗ ╔═╦═╗ ╔═╗ ╔══╔═╗ ╠═╗ ═╩ ╩ ╩═╚═╝═╩ ╩═╚═╝═╩ ╩ ╩═╚═╝═╩ ╠═╝═╩ ╩═ ════════════════════════════════╩═══════ By Retr0id ═══ MD5-Monomorphic Shellcode Packer ═══ USAGE: python3 monomorph.py inputfile outputfile payloadfile What doe...
xori
Xori - कस्टम डिसअसेंबली फ्रेमवर्क Xori एक स्वचालन-तैयार डिसअसेंबली और स्थैतिक विश्लेषण लाइब्रेरी है जो शेलकोड या PE बाइनरी लेती है और ट्राएज विश्लेषण डेटा प्रदान करती है। श्रेय: Xori का अस्तित्व ओपन सोर्स समुदाय की प्रेरणा और विचारों के बिना संभव नहीं होता। हम Capstone इंजन और LLVM प्रोजेक्ट के क...
PinTheft-asm
pintheft-asm أعدت كتابة PinTheft-go بلغة x86-64 assembly الخام لأنه لم لا. root@kitploit: make ./pintheft تسقط شلّة جذر. يُطبع أمر الاستعادة عند الخروج. للتفاصيل → إثبات المفهوم الأصلي...
LdrLockLiberator
LdrLockLiberator للحالات التي يكون فيها DLLMain هو السبيل الوحيد LdrLockLiberator عبارة عن مجموعة من التقنيات للهروب من قفل المُحمِّل Loader Lock أو تجاوزه أثناء تنفيذ الكود الخاص بك من DllMain أو من أي مكان آخر قد يتواجد فيه القفل. تم إصداره بالتزامن مع مقال "الاختطاف المثالي لملفات DLL". نمنحك...
how-to-bypass-aslr-on-linux-x86_64
كسر ASLR بتقنية 64 بت على Linux x86-64 في هذا المقال، سأناقش تطبيق التقنية التي وصفها Samuel Groß في Remote iPhone Exploitation Part 2: Bringing Light into the Darkness -- a Remote ASLR Bypass، لتجاوز ASLR على Linux x8664. لإظهار ذلك، سأحل تحديًا من نوع pwnable من Buckeye CTF، اسمه guessgod. سأحا...
CVE-2026-31431
विवरण: Cfail, CVE-2026-31431 उर्फ Copyfail का C++ x86-64 Assembly में मेरा कार्यान्वयन है, जिसमें बिल्कुल कोई निर्भरता नहीं है, libc भी शामिल है। वास्तव में, आपको एक सार्वभौमिक निष्पादन योग्य मिलता है जो स्टैण्डर्ड लाइब्रेरी के न्यूनतम कार्यान्वयन के कारण प्रत्येक Linux x86-64 वितरण पर स्वतंत्र र...
rootkit
Rootkit Linux Un rootkit noyau Linux simple écrit pour le plaisir, pas pour le mal. Fonctionnalités Le rootkit peut effectuer les actions suivantes : Accorder des privilèges root à un processus en espace utilisateur Masquer un processus par son PID Révéler un processus précédemment masqué par son...
fnprint
fnprint matches functions in binaries by what they do , not by what their bytes or control-flow graphs look like. it runs each function in a tiny emulator with made-up inputs, records the side effects it produces, and hashes that behavior into a fingerprint. two functions that behave the same get...
CVE-2026-31431
CVE-2026-31431 CopyFail الثنائي القياسي احصل على جميع تنبيهات CVE الجديدة على https://exploitroom.com root@kitploit: mail :: /Desktop/CVE-2026 » file exploit: ELF 64-bit LSB executable, x86-64, version 1 GNU/Linux, statically linked, BuildIDsha1=9454dbdde0ac2d1a8981c06db89f24a4753ec3b7, for...
ASM-Obfuscator
ASM-Obfuscator مُعقِّد متقدم لأكواد تجميع x86-64. الوصف تُعد أداة تعقيد أكواد التجميع Assembly Code Obfuscator أداة قوية ومتعددة الاستخدامات صُممت لتعزيز أمان أكواد تجميع x86-64 لديك. وهي تحمي مشاريعك من الهندسة العكسية والتحليل من خلال توظيف مجموعة واسعة من تقنيات التعقيد وإجراءات مكافحة التحليل...
Astra Linux – Vulnerability in glibc
On the x86-64 architecture, the GNU C Library also known as glibc prior to version 2.31 fails to ignore the LDPREFERMAP32BITEXEC environment variable during program execution after a security transition. This allows local attackers to restrict the possible mapping addresses for loaded libraries,...
Important: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update
An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: rabbitmq-server4.3: rabbitmq-server4.3-4.3.4-0.1.hum1 aarch64, x8664 rabbitmq-server4.3-4.3.4-0.1.hum1.src src...