Skip to content

0xSynon/bc2oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bytecode to Opcodes

Convert Bytecode from STDIN to formatted Opcodes. The output format is:

[offset] OPCODE INPUT
  • offset: 2 bytes hex padded Program counter
  • OPCODE: the opcode's name
  • INPUT: only for PUSH operations, the bytes pushed to the stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published