bongtrop / hbctool

Hermes Bytecode Reverse Engineering Tool (Assemble/Disassemble Hermes Bytecode)
MIT License
444 stars 71 forks source link

where is the build output of hbctool? #6

Closed joshuachenn closed 3 years ago

joshuachenn commented 3 years ago

When execute this command poetry install,terminal says "Installing the current project: hbctool (0.1.3)", but where is the output, or where did it installed?

godhh commented 2 years ago
  1. poetry install 2.poetry build
  2. cd dist
  3. pip install hbctool-0.1.5-py3-none-any.whl --force-reinstal