jserv / simple-dvmLinks
A simplified educational Dalvik virtual machine implementation
☆65Updated 10 years ago
Alternatives and similar repositories for simple-dvm
Users that are interested in simple-dvm are comparing it to the libraries listed below
Sorting:
- minimal dynamic linker implementation for ELF, supporting x86_64 and Arm/Aarch64☆188Updated 7 years ago
- A shabby implementation of Java virtual machine in C☆146Updated 2 years ago
- raid is a GDB-like tiny debugger which is based on ptrace.☆15Updated 3 years ago
- LLVM Linker for Mobile Computing☆82Updated 9 years ago
- very tiny simple bytecode vm engine, None 3rd libs relied, so can be used on most of embedded systems☆54Updated last year
- An experimental Java Bytecode Interpreter written in C☆163Updated 6 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- Linker and loader for elf relocatable files. Developed in C for ARM architecture.☆30Updated last year
- Experimental LLVM backend for Android applications (HGraph IR-to-IR translation).☆24Updated 2 years ago
- Simple and small library that allows disassembly of raw bytes for multiple architectures☆30Updated 2 years ago
- Another C Library optimized for Embedded Linux☆60Updated 11 years ago
- ELF obfuscator☆68Updated 10 years ago
- Data Flow Analysis and Static Single Assignment☆29Updated 7 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- App translates Java source code to C++ source code.☆18Updated 10 years ago
- Tiny ELF loader☆135Updated 2 years ago
- A graph-based static-dynamic hybrid DEX code analysis tool☆41Updated 7 years ago
- A fast and simple ARM Simulator made for education based upon Unicorn and Keystone engines☆127Updated 2 years ago
- Identifying/Extracting various sections of an ELF file☆159Updated 5 years ago
- This project is unmaintained and unfinished.☆56Updated 10 years ago
- Same as simple-virtual-machine but in C☆151Updated 9 years ago
- An LLVM bitcode parsing example☆55Updated 5 years ago
- A ptrace library for easy syscall injection in Linux.☆182Updated last year
- Dive into ELF files using simple self-contained examples☆147Updated 9 years ago
- Convert JAVA source to C source, Build standlone binary without any class file.☆70Updated last year
- ARM virtual machine☆41Updated 7 years ago
- PyAsmJIT is a Python package for x86_64/ARM assembly code generation and execution.