Python module that parse power builder file (PBD) and analyze code (Incomplete)

Python module that parse power builder file (PBD) and analyze code (Incomplete)
this tool is composed of:

  • pbd_dump.py this tool extract files from pbd file and save it to folder named
  • analyse_folder.py after extract pbd into folder you can use this tool to decompile supported files (“win”, “fun”, “udo”)
  • analyse.py this tool is used to decompile one file with extension (“win”, “fun”, “udo”) by create a folder with name of the file and put inside it the code in hierarchical
  • all the above steps is done in one step using python file pbd_analyse.py

please note: