Search Results for "decompile python exe" - Page 2

Showing 62 open source projects for "decompile python exe"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 1

    People In Space

    This software show in real-time how many people are in space.

    This software show in real-time how many people are in space. Created with the api of http://open-notify.org/Open-Notify-API/People-In-Space/ For Windows : Download this file and run the .exe software. All the elements of the .zip archive must stay in the same directory. For other operating systems : https://github.com/hamdyaea/PeopleInSpace Developer - Author Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Nasa-Picture-Of-The-Day

    Display the Nasa picture of the day for everyday

    This software download the image of the day and the description of the image from the Nasa. For Windows you can download this file and run the .exe file. For other operating systems follow this link : https://github.com/hamdyaea/Nasa-picture-of-the-day Developer - Author Hamdy Abou El Anein
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    usa-presidents-history

    History of all presidents of the United States

    The purpose of this program is to introduce a little more the history of the presidents of the United States. For Windows you can run this .exe file. For other operating systems you can run it from the sources : https://github.com/hamdyaea/USA-Presidents-history Developer - Author : Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Weather-Meteo-Worldwide

    This software display a weather report.

    This software display a weather report. You can enter any location in the world and you can select the language. For Windows you can download and use the .exe file. For other operating systems please run the Python3 software from the source : https://github.com/hamdyaea/WeatherMeteo Developer - Author Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5

    Mars Insight Weather live

    A software who calcule the temperatures of Mars InSight

    A software who calcule the temperatures, wind, pressure of Mars InSight. The data is downloaded from : https://mars.nasa.gov/insight/weather/ For Windows you can run this .exe file. For other operating systems : https://github.com/hamdyaea/MarsInSightWeather Developer - Author : Hamdy Abou El Anein
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Rock Paper Scissors Lizard Spock

    Rock, Paper, Scissors, Lizard, Spock is a game of chance that expands.

    What's this game ? Rock, Paper, Scissors, Lizard, Spock is a game of chance that expands. It is first used to settle a dispute about what to watch on TV between Sheldon and Raj in "The Lizard-Spock Expansion". sources for information and rules: http://bigbangtheory.wikia.com/wiki/Rock_Paper_Scissors_Lizard_Spock Scissors cuts Paper Paper covers Rock Rock crushes Lizard Lizard poisons Spock Spock smashes Scissors Scissors decapitates Lizard Lizard eats Paper Paper...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SPython

    a clean Python Editor

    ...Run doesn't work properly, Open IDLE doesn't work AT ALL. The highlighting lags behind and its laggy to move the window arround when you are not in windowed Mode. SPython (SuperPython) is a fast and clean Python IDE for Windows, Linux and OSX. Its based on my own Tkinter-based Toolkit called "sfxwin". In the first build it only allows you to Code and Run Programs in Python 3. The Code highlighting is dont by pygments. In the next Versions I am going to add cx_freeze and 7zip to create Standalone *.exe Files with 2-Clicks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    D&D Next Loot Generator

    Loot generator for D&D Next

    This loot generator was written by myself while I was trying to teach myself python. It's written badly but there are no bugs (that I know of) and it works as intended. It's written in python and the .csv and .txt files can be added to if you want to add your own loot. Just run the .exe file for it to run (in windows!). It's also good for any other fantacy RPG, or you can create your own csv and txt files for a modern RPG you are running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn more customers into advocates. Icon
    Turn more customers into advocates.

    Fight skyrocketing paid media costs by turning your customers into a primary vehicle for acquisition, awareness, and activation with Extole.

    The platform's advanced capabilities ensure companies get the most out of their referral programs. Leverage custom events, profiles, and attributes to enable dynamic, audience-specific referral experiences. Use first-party data to tailor customer segment messaging, rewards, and engagement strategies. Use our flexible APIs to build management capabilities and consumer experiences–headlessly or hybrid. We have all the tools you need to build scalable, secure, and high-performing referral programs.
    Learn More
  • 10

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script : Usage : edit the in i file to fit your system, and just run the exe or the python script.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11

    Fbc - UT game

    A python programmed Ultimate team styled game for fbc

    This program is a ultimate styled game built using python and compiled to a exe. Although you cant play games they are simulated it is still pretty cool. It is also in a very early stage and only the card generator is done
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Open Current Wallpaper

    Open Current Wallpaper

    ...Fonctionne sur Windows 7,8 et 10. Les sources en Python sont incluses, vous pouvez fabriquer votre .exe vous même si vous le souhaitez. Profitez !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MEINC Installer turns a python application into a Windows EXE or a Unix executable. This is based on Gordon McMillian's Installer project that is no longer maintained.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    TabbyLogger

    Live log viewer in tabs written in Python using PySide.

    TabbyLogger Live log viewer in tabs written in Python using PySide. Ready to be compiled to exe by PyInstaller or Cx_freeze. It was created as a helper for working with Openerp logs but it will be useful for anyone who needs to see live log of any application. It is also simple example of handling QT tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Kyusho-Sensitive Data Search Tool

    Sensitive Data Search Tool

    Kyusho is a Python 3.3.2 program that crawls a specified location (currently a locally available directory) for sensitive information. Current capabilities include finding: - In text files - SSNs - Credit Card #s - In binary files <in the works> If you're new to using a command-line interface, there is an old version of the program available, compiled as an exe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    COIL Programming Language

    COIL Programming Language

    COIL:A Programming Language made by Teens for Teens(ikr)

    ...New versions are released every week. So keep on checking. Don't hesitate to mod it, just don't forget to give credit to the original author Majak Akec. To test it, download the EXE from 'bin'. Run the EXE than type 'hello.cl'. Also, to get the most out of it, try out Pond IDE made by Wasif Boksh - it's epic! Experiment & explore.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    NullsoftDecompiler

    Decompiler for setups creates with the Nullsoft Installer

    Python scripts that'll help you to nearly fully recover your NSIS-installation scripts. It's currently in the 'alpha-state' however it's not far from being worth to title as beta or release. I'm new to Sourceforge - for small updates I may also prefer the page below. UPDATE: It'll maybe not working on this anymore. http://7-zip.de does a great job in also decompiling NSI.So I recommand you to check out 7-zip BETA.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19

    EXE Next Gen

    EXE Next Generation: GUI for eLearning authoring

    GUI for e-Learning authoring based on the fantastic original exelearning with many new idevices and an export to mobile function.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    H-two-O

    h-two-o is a Converter For Convert Python Script to EXE File

    H-two-O is a Compiler For VBScript Javascript LUA PYTHON PERL PHP RUBY This Compiler written by Hadi Kiamarsi .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    SauceWalk Proxy Helper

    Enumeration and automation of file discovery for your sec tools.

    SauceWalk is a freeware(.exe)/Open Source(.py) tool for aiding in the enumeration of web application structure. It consists of 2 parts a local executable (walk.exe) and a remote agent. Walk.exe iterates through the local files and folders of your target web application (for example a local copy of Wordpress) and generates requests via your favourite proxy (for example burp suite) against a given target url. The remote agent can be used to identify target files and folders on a live...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Path sync

    Sync two path, support ignore list and ignore the same file

    ... - Automatic ignore the same file both in source and destination - Automatic create destination folder - Support command line path_sync src dst #Development environment:# - Visual Studio 2010 with plug-in pydev or any other compatible IDE could event be simple text editor such as notepad - Python version is 2.7.3 - Py2exe is used to compile the python script into exe format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Weight Loss Formula

    Basic Formula for weight loss. Created using Python 2.7 & Pyinstaller

    Simple .exe file to determine weight loss
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Spess shooter

    A python/pygame bullet hell shmup.

    Scrolling bullet hell shooter written in python + pygame. The downloadable .zip contains the .py files, the assets (graphics, sound effects and music), and an .exe produced with py2exe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Win32 executable for SCons build system (http://www.scons.org). No need to install Python!
    Downloads: 0 This Week
    Last Update:
    See Project