pcode
There are 18 repositories under pcode topic.
outflanknl/EvilClippy
A cross-platform assistant for creating malicious MS Office documents. Can hide VBA macros, stomp VBA code (via P-Code) and confuse macro analysis tools. Runs on Linux, OSX and Windows.
Nalen98/GhidraEmu
Native Pcode emulator
angr/pypcode
Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR
LukeSerne/DecompVis
Visualise the Data Flow Graph of the PCODE at all stages in the decompilation process
icicle-emu/icicle-python
Python bindings for the Icicle emulator.
pd0wm/binaryninja-pcode
This plugin serves as a bridge between Binary Ninja and Ghidra's disassembler.
kdakan/Building-a-Pascal-Compiler
Building a Pascal compiler with C, YACC & Lex
wokron/tolangc
Example compiler and tutorials of "Compiler Technology" course at Beihang University
mobarski/vimes2
Virtual Machines Experimentation Sandbox 2
LukeSerne/Ghidra-to-LLVM
A binary-to-LLVM IR lifter that leverages Ghidra's IR and analysis
advanceHiyan/BUAA-Compiler-2024
2024-BUAA-Compiler:compile SysY To PCode
MikeRalphson/turbopascal
Node.js and web-based Turbo Pascal compiler/interpreter
W-RJ/sub-c-compiler
Compiler for the Sub C Programing Language defined by DUT in 2020
carlosal1015/MATLAB
Curso de MATLAB y/o GNU Octave
igorroc/p-code
Exemplificação de funcionamento de uma P-Code Machine em C.
gbfragoso/P-code-machine
C implementation of p-code machine
FilippoRanza/simpla_engine
Runtime environment for the Simpla programming language
RomainPierre7/myc-to-pcode-compiler
School project of a myC to Pcode compiler. Made with flex and bison.