Skip to content

Xornet-Euphoria/pickaxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pickaxe

My pickle arsenal

  • crafter.py: hand assembler
  • unpickler.py: custom unpickler to trace information such as
    • opcode
    • stack
    • new elements in the memo

Tested in Python 3.11.8

Install

python -m pip install git+https://github.com/Xornet-Euphoria/pickaxe

Usage

See examples

Todo

  • add tests (especially custom unpickler)
  • examples

Related Tools

crafter.Crafter is just an assembler. If you want to compile a source code of Python to Pickle, you can use Pickola (by splitline).

About

Pickle hand assembler (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages