Apr-07-2025, 07:51 AM
I'm a complete NOOB with regard to python so naming might be a bit off so don't shout at me.
I'm running NETBOX (an IPAM app), and someone has written an 'app' that performs reporting on the DEMO version of the app, link below -
https://pypi.org/project/ipams/
When installed an ipams.exe is created in the scripts dir, which is, i'm thinking, a complied file (using something like pyinstaller).
Like taking a .txt file and renaming it .bat so that it can be run.
I'm trying to understand how this 'file' works so that i can 'use it' in my set up, so the question is -
Is it possible to 'un-compile' the .exe to see the original .py file ?
Note - I did email the 'developer', had one reply, but since then the 'email' has gone offline - as though they don't want to be contacted.
Thanks in advance.
Stephen
I'm running NETBOX (an IPAM app), and someone has written an 'app' that performs reporting on the DEMO version of the app, link below -
https://pypi.org/project/ipams/
When installed an ipams.exe is created in the scripts dir, which is, i'm thinking, a complied file (using something like pyinstaller).
Like taking a .txt file and renaming it .bat so that it can be run.
I'm trying to understand how this 'file' works so that i can 'use it' in my set up, so the question is -
Is it possible to 'un-compile' the .exe to see the original .py file ?
Note - I did email the 'developer', had one reply, but since then the 'email' has gone offline - as though they don't want to be contacted.
Thanks in advance.
Stephen