1

Is it possible to retrieve the source code from a PyBuilder/.pyb file, if so, how?

Jay
  • 203
  • 1
  • 7

1 Answers1

0

No.

Pybuilder and builder.py file are the project build management tool, they do not obtain any code. See more details about pybuilder here

Ittiel
  • 1,104
  • 9
  • 12