2 Repositories
Python llvmlite Libraries
Pyjiting is a experimental Python-JIT compiler, which is the product of my undergraduate thesis
Pyjiting is a experimental Python-JIT compiler, which is the product of my undergraduate thesis. The goal is to implement a light-weight miniature general-purpose Python JIT compiler.
10 Apr 17, 2022
Compile Binary Ninja's HLIL IR to LLVM, for purposes of compiling it back to a binary again.
Compiles BinaryNinja's HLIL to LLVM Approach Sweep binary for global variables, create them Sweep binary for (used?) external functions, declare those
31 Nov 10, 2022