All Projects → Pivirus → Similar Projects or Alternatives

353 Open source projects that are alternatives of or similar to Pivirus

Fcd
An optimizing decompiler
Stars: ✭ 622 (+1282.22%)
Mutual labels:  x86-64, elf
Holodec
Decompiler for x86 and x86-64 ELF binaries
Stars: ✭ 195 (+333.33%)
Mutual labels:  x86-64, elf
Userlandexec
userland exec for Linux x86_64
Stars: ✭ 23 (-48.89%)
Mutual labels:  x86-64, elf
Rop Tool
A tool to help you write binary exploits
Stars: ✭ 590 (+1211.11%)
Mutual labels:  x86-64, elf
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (+280%)
Mutual labels:  x86-64, elf
Fe2O3
Simple prepender virus written in Rust
Stars: ✭ 84 (+86.67%)
Mutual labels:  virus, elf
Elf
灵活可扩展的 HTML5 构建工具
Stars: ✭ 479 (+964.44%)
Mutual labels:  elf
Arm now
arm_now is a qemu powered tool that allows instant setup of virtual machines on arm cpu, mips, powerpc, nios2, x86 and more, for reverse, exploit, fuzzing and programming purpose.
Stars: ✭ 719 (+1497.78%)
Mutual labels:  x86-64
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+10864.44%)
Mutual labels:  x86-64
Trojancockroach
A Stealthy Trojan Spyware
Stars: ✭ 424 (+842.22%)
Mutual labels:  virus
Os2
x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]
Stars: ✭ 25 (-44.44%)
Mutual labels:  x86-64
Die Engine
DIE engine
Stars: ✭ 648 (+1340%)
Mutual labels:  elf
Labeless
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Stars: ✭ 378 (+740%)
Mutual labels:  x86-64
Dlinject
Inject a shared library (i.e. arbitrary code) into a live linux process, without ptrace
Stars: ✭ 521 (+1057.78%)
Mutual labels:  x86-64
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+1717.78%)
Mutual labels:  x86-64
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+937.78%)
Mutual labels:  x86-64
Blog os
Writing an OS in Rust
Stars: ✭ 8,120 (+17944.44%)
Mutual labels:  x86-64
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: ✭ 431 (+857.78%)
Mutual labels:  virus
Ksm
A fast, hackable and simple x64 VT-x hypervisor for Windows and Linux. Builtin userspace sandbox and introspection engine.
Stars: ✭ 673 (+1395.56%)
Mutual labels:  x86-64
Infect
Infect Any Android Device With Virus From Link In Termux
Stars: ✭ 409 (+808.89%)
Mutual labels:  virus
Svm kernel
x86_64 AMD kernel optimized for performance & hypervisor usage
Stars: ✭ 32 (-28.89%)
Mutual labels:  x86-64
Dora
Dora VM
Stars: ✭ 371 (+724.44%)
Mutual labels:  x86-64
Remill
Library for lifting of x86, amd64, and aarch64 machine code to LLVM bitcode
Stars: ✭ 633 (+1306.67%)
Mutual labels:  x86-64
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (+702.22%)
Mutual labels:  x86-64
Beaengine
BeaEngine disasm project
Stars: ✭ 342 (+660%)
Mutual labels:  x86-64
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-35.56%)
Mutual labels:  x86-64
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+10315.56%)
Mutual labels:  x86-64
X86 Bare Metal Examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QE…
Stars: ✭ 3,985 (+8755.56%)
Mutual labels:  x86-64
Aviator
Antivirus evasion project
Stars: ✭ 529 (+1075.56%)
Mutual labels:  virus
Openwrt
Automatic unattended weekly builds of the current OpenWrt development master branch for X86_64, Redmi-AC2100 (红米AC2100), Phicomm-K2P (斐讯K2P), K2P-32M-USB (K2P 32M USB版), NanoPi-R2S, Newifi-D2 (新路由3), Hiwifi-HC5962 (极路由4增强版), Xiaomi-R3P (小米路由PRO) and XY-C5 (小娱-C5).
Stars: ✭ 818 (+1717.78%)
Mutual labels:  x86-64
Managarm
Pragmatic microkernel-based OS with fully asynchronous I/O
Stars: ✭ 502 (+1015.56%)
Mutual labels:  x86-64
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+1993.33%)
Mutual labels:  x86-64
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+955.56%)
Mutual labels:  x86-64
X86 Assembly Cheat
MOVED TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat
Stars: ✭ 773 (+1617.78%)
Mutual labels:  x86-64
Covidify
Covidify - corona virus report and dataset generator for python 📈
Stars: ✭ 456 (+913.33%)
Mutual labels:  virus
Seq.asm
Minimal implementation of UNIX seq command in x86_64 assembly.
Stars: ✭ 37 (-17.78%)
Mutual labels:  x86-64
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (+871.11%)
Mutual labels:  x86-64
Open C Book
开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 715 (+1488.89%)
Mutual labels:  elf
Dissection
The dissection of a simple "hello world" ELF binary.
Stars: ✭ 427 (+848.89%)
Mutual labels:  elf
Keypatch
Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
Stars: ✭ 939 (+1986.67%)
Mutual labels:  x86-64
Dji Firmware Tools
Tools for handling firmwares of DJI products, with focus on quadcopters.
Stars: ✭ 424 (+842.22%)
Mutual labels:  elf
Cemu
Cheap EMUlator: lightweight multi-architecture assembly playground
Stars: ✭ 666 (+1380%)
Mutual labels:  x86-64
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+8562.22%)
Mutual labels:  x86-64
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-8.89%)
Mutual labels:  x86-64
Virii
Collection of ancient computer virus source codes
Stars: ✭ 378 (+740%)
Mutual labels:  virus
Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
Stars: ✭ 645 (+1333.33%)
Mutual labels:  x86-64
Zines
Mirror of my favourite hacking Zines for the lulz, nostalgy, and reference
Stars: ✭ 370 (+722.22%)
Mutual labels:  virus
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-46.67%)
Mutual labels:  x86-64
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (+666.67%)
Mutual labels:  x86-64
Habomalhunter
HaboMalHunter is a sub-project of Habo Malware Analysis System (https://habo.qq.com), which can be used for automated malware analysis and security assessment on the Linux system.
Stars: ✭ 627 (+1293.33%)
Mutual labels:  elf
Goblin
An impish, cross-platform binary parsing crate, written in Rust
Stars: ✭ 591 (+1213.33%)
Mutual labels:  elf
E9patch
A powerful static binary rewriting tool
Stars: ✭ 317 (+604.44%)
Mutual labels:  elf
Stupidkeylogger
A Terrific Keystroke Recorder
Stars: ✭ 318 (+606.67%)
Mutual labels:  virus
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+1742.22%)
Mutual labels:  x86-64
Vmlinux To Elf
A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)
Stars: ✭ 317 (+604.44%)
Mutual labels:  elf
Richkware
Framework for building Windows malware, written in C++
Stars: ✭ 315 (+600%)
Mutual labels:  virus
Eu4dll
Europa Universalis IV double byte language patch; master:1.30.6.0, dev:1.30.6.0
Stars: ✭ 295 (+555.56%)
Mutual labels:  x86-64
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+1182.22%)
Mutual labels:  x86-64
Mythril
A hypervisor written in rust
Stars: ✭ 43 (-4.44%)
Mutual labels:  x86-64
Sixtyfour
How fast can we brute force a 64-bit comparison?
Stars: ✭ 41 (-8.89%)
Mutual labels:  x86-64
1-60 of 353 similar projects