This repository implements the methodology described in the research paper "Decompiling Smart Contracts with a Large Language Model" (arXiv:2506.19624v1) for fine-tuning Llama 3.2 3B to convert EVM ...
Abstract: JavaScript is rapidly being deployed as binaries in security-critical embedded domains, including IoT devices, edge computing, and smart automotive applications. Ensuring the security of ...
Python -O won’t magically make every script faster, but in the right workloads it’s a free win—here’s how to test it safely.
Abstract: The interpreter and the Just-In-Time (JIT) compiler are two core components of modern JavaScript engines, both of which take bytecodes as input. Most bugs in these components are closely ...
This repository provides a collection of papers and resources focused on long-context LLMs, including architecture, infrastructure, training, and evaluation. For a clear taxonomy and more insights ...