Found 1,952 repositories(showing 30)
winfunc
A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions, run secure background agents, and more.
crytic
Ethereum opcodes and instruction reference
sablejs
🏖️ The safer and faster ECMA5.1 interpreter written by JavaScript
riscv
RISC-V Opcodes
duneanalytics
Source for evm.codes an Ethereum Virtual Machine Opcodes Interactive Reference
wolflo
A quick reference for EVM opcodes
pcaversaccio
Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
jedld
A ground-up and standalone reimplementation of TensorFlow for ruby. Comes with a pure ruby and OpenCL opcode evaluator
Klaus2m5
Tests for all valid opcodes of the 6502 and 65C02 processor
djrtwo
Gas Costs from Ethereum Yellow Paper
bdamele
Script to execute in memory a sequence of opcodes
horsicq
Opcode calculator / ASM calculator
eaccelerator
DEPRECATED: eAccelerator PHP opcode cache
pcaversaccio
Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
Maratyszcza
Database of CPU Opcodes
Barebit
X86 Opcode and Instruction Reference
fate0
A PHP7 extension that can hook most functions/classes and parts of opcodes
0x0mer
CasNum (Compass and straightedge Number) is a library that implements arbitrary precision arithmetic using compass and straightedge constructions. Featuring a functional modified Game Boy emulator where every ALU opcode is implemented entirely through geometric constructions.
WTFAcademy
Minimal tutorials for EVM Opcodes, building minimal evm in python from scratch. 以太坊的Opcodes(操作码)极简教程,使用python从零搭建EVM。
EddieIvan01
Automatically converts Python source code to Pickle opcode
del-xiong
基于opcache魔改进行php加密,在生成和读取opcode阶段进行加解密从而有效防止源码泄露。
karashiiro
Opcode repository for FFXIV.
keith2018
Tiny C++ SPIR-V virtual machine (interpreter), can be used for shader debugging. Spvm-ShaderToy simulated the runtime environment of shadertoy, and execute shader code using SPVM.
Implementation of a simple SIMD processor in Verilog, core of which is a 16-bit SIMD ALU. 2's compliment calculations are implemented in this ALU. The ALU operation will take two clocks. The first clock cycle will be used to load values into the registers. The second will be for performing the operations. 6-bit opcodes are used to select the functions. The instruction code, including the opcode, will be 18-bit.
CAS-Atlantic
AArch64 Instructions, Opcodes and Binary Encoding
No description available
notemrovsky
Reverse engineering TikTok's JavaScript VM - 77 opcodes mapped, string deobfuscation, bytecode disassembly, and crypto function identification. Educational VM analysis toolkit.
yongchuan
通过劫持Zend底层opcode编译,还原部分混淆加密的php源码,检测网站木马加入日志,禁用危险方法,禁用特定目录PHP文件的执行
miguelmota
Example of how to use the CREATE2 opcode released in the Constantinople update for Ethereum