With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
The #1 Embedded Analytics Solution for SaaS Teams.
Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.
Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
Extract contents of a Windows executable file created by pyinstaller
MIGRATED TO GITHUB
https://github.com/extremecoders-re/pyinstxtractor
This is a python script to extract the contents of a PyInstaller generated Windows executable file.
The contents of the pyz file (usually pyc files) present inside the executable are also extracted.
The pyc files are made valid so that a python bytecode decompiler will recognise it.
Script can run on both python 2.x and 3.x
Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
https://github.com/jplevyak/pycPyc is a python compiler intended for high performance computing and programming-in-the-large. It uses the IFA library to statically analyze python programs, catch potential errors and generate efficient code.
Easy Python Decompiler is python bytecode decompiler, decompiles pyc & pyo files.
Python version 1.0 to 3.4 are supported.
This project is based two excellent decompiler "Uncompyle2" & "Decompyle++"
No python installation is necessary for decompiling!
You can decompile a single file or a whole directory.
Unicode filenames are supported..
216,000+ customers in over 135 countries grow their businesses with HubSpot
HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Unfortunately this project has been suspended. If you wish to continue its development on your own, please feel free to contact me.
UnPyc is a tool for disassembling, analyzing and decompiling Python's *.pyc and *.pyo files. UnPyc supports Python 2.5, 2.6.
Decompyle is a python disassembler and decompiler which converts Python byte-code (.pyc or .pyo) back into equivalent Python source. Verification of the produced code (re-compiled) is avaliable as well.