Explore tweets tagged as #Bytecode
@gutsOfDarkness8
Mahesh
12 days
Mastering Java Agents and Bytecode Manipulation: Build Your Own Runtime Instrumentation Tool: Java Agents allow you to instrument and modify Java classes at load time or even at runtime without changing the original source code. Combined with powerful bytecode libraries (Byte
0
13
123
@shafu0x
shafu
1 day
Learn to read EVM bytecode
3
2
78
@putupurema
Putu Prema
3 days
Dengan harga RAM yang saat ini lagi mahal banget, bahasa pemrograman yang JIT-compiled (Java, C#, dll) mungkin kedepannya akan jadi less favored ya. Kenapa ? Ya karena butuh memory untuk jalanin "virtual machine" yang akan meng-compile bytecode aplikasi kita menjadi native code
3
11
76
@mikulasflorek
Mikulas Florek
30 days
Particle system scripted in a custom language with a custom compiler, written in a custom editor within the game engine - everything homemade. Compiled into bytecode, simulated on CPU, VM is multithreaded, SIMD-ified, and SOA-ified.
27
28
645
@TobyTech6
I'm Toby✨
18 days
Day 4: NFT Done. EVM Unlocked. 🔑 From deploying On-Chain SVGs to the machine level: EVM: Opcodes, Bytecode. Encoding: abi.encode vs. abi.encodePacked. Low-Level Calls: Mastering .call(). Knowing the why is the path to truly secure code. 🧠 #Foundry #EVM #Solidity #Web3Dev
3
0
44
@clairefxyz
Claire
11 days
nothing stops me from making everyone read bytecode
3
4
71
@chrisdior777
chrisdior.eth
10 hours
This directory is the EVM. Core files to understand execution flow: 1. interpreter.go - runs bytecode 2. instructions.go - defines opcode behavior 3. jump_table.go - maps opcodes 4. gas_table.go - defines gas costs 5. evm.go - how execution is invoked https://t.co/26zEuq0Zfj
2
3
44
@0xor0ne
0xor0ne
9 days
Technical breakdown of CVE-2025-6554: bug in V8’s Ignition bytecode generator leading to out-of-bounds array corruption. https://t.co/XwOJY0GD62 #infosec
4
23
147
@TinDinh2701
Tin Dinh
17 days
Infinit | AI Compute Virtual Machine (AIC-VM) @infinit_ai unveils a virtual machine designed for executing AI tasks natively onchain. Runs AI models as bytecode in a decentralized compute layer Each inference verifiable via zk proof of execution Supports modular integration
7
0
5
@e_opore
Dhanian 🗯️
3 days
How Java Performs Just-In-Time Compilation Java balances portability and performance by using Just-In-Time (JIT) Compilation inside the JVM to convert bytecode into optimized machine code at runtime. At runtime: → Java source code is first compiled into platform-independent
16
18
172
@quasilyte
quasilyte 🎮 making NebuLeet
17 days
The game compiles the in-game visual language into a bytecode-like lower level language. Then it executes that bytecode to perform the player's algorithm #gamedev #indiegame #indiedev
1
1
10
@mu1ku1la1
rged
9 days
@marcopolo2027 @aerostrategyfi Bytecode collective lists the project on their website ( https://t.co/JqglmPUlvm) and I believe the core dev is @etnom.
1
0
3
@JAVAPROmagazin
JAVAPRO
21 days
Ever wondered why your #Java method misbehaves? javap -c lets you read the raw instructions your method compiles into. Mahendra Rao explains how each bytecode line reveals control flow, variables & stack ops. Want to debug beneath your IDE? https://t.co/hLnG51cLyW #Bytecode
0
2
4
@rynMoon25
RYNMoon
9 hours
Seismic is Ethereum compatible but privacy native. What stays the same 👇 • Same transaction construction & serialization • Same gas model and EIP-1559 fees • Same address generation & signing • Standard Solidity bytecode works identically • All Ethereum opcodes &
4
0
10
@gearbox_intern
Gearbox Intern
10 hours
What everyone does ≠ what is safest DeFi security isn’t only about audits. It’s about deployment. After living the pain of manual bytecode verification, @0xmikko_eth explains how Gearbox built an on-chain GitHub for bytecode. An entire risk layer cut at the root. Worth the
0
1
10
@tswain555
Tony Swain
1 month
"HVE" HyperView Event bytecode encoding. Event input main encodes even into bytecodes. Status quo is window blocks till event handler returns. This means other critical functions are blocked. 😨
2
0
3
@ekelemefavour1
Pluto Dev🪐(💙,🧡)
14 days
How Stylus Executes WASM Alongside the EVM Stylus doesn’t replace the EVM. Instead, it introduces a parallel WASM runtime that works inside the same Arbitrum Nitro environment. 1. Dual Runtimes •EVM bytecode runs in the standard EVM interpreter •WASM bytecode runs in the
0
0
9
@RashmiNag3427
Rashmi Nag
11 days
FHEVM by @zama is setting a new benchmark for what “private by default” should look like on-chain — same Solidity workflows, fully encrypted execution end-to-end 🔒✨ Here’s the real value for builders: ❄️ Native Solidity → Encrypted Bytecode No new frameworks. No new design
1
4
6
@ephemeralapps
forest
6 days
Okay as promised - my ByteCode Based Swift inspired Interpreted Language (Swiftly) is now Open Source https://t.co/XhwT8cLqVB
0
1
2