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
wokron/tolangc
Example compiler and tutorials of "Compiler Technology" course at Beihang University
kdakan/Building-a-Pascal-Compiler
Building a Pascal compiler with C, YACC & Lex
pd0wm/binaryninja-pcode
This plugin serves as a bridge between Binary Ninja and Ghidra's disassembler.
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.
BySpaces/Matlab-Pcode-to-Mcode
本软件可实现将MATLAB中Pcode加密的代码,恢复为原来的M文件。This software can restore the codes encrypted by Pcode in MATLAB to the original M file.
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.
LukeSerne/Ghidra-to-LLVM
A binary-to-LLVM IR lifter that leverages Ghidra's IR and analysis
mobarski/vimes2
Virtual Machines Experimentation Sandbox 2
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.