This repository contains the implementation and datasets from our GEM 2023 paper "ChatGPT as a Java Decompiler", where we explore using instruction-tuned large language models like ChatGPT to ...
Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a human readable text format, make changes, and convert it back to a classfile, even ...