Search Results for "decompile python exe" - Page 3

Showing 103 open source projects for "decompile python exe"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • Centralize your team's content in a workspace that's organized, versioned, and easy to share. Icon
    Centralize your team's content in a workspace that's organized, versioned, and easy to share.

    A visual workspace that optimizes how teams collect, approve, and share content.

    Imagine all of your team's assets and creative tools in one intuitive workspace. No more having to remember which JPEG is the right one—Air knows.
    Learn More
  • 1

    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
  • 2

    PyCryptImg

    CLI image text encryption using python

    Simple python program to encrypt up to 255 character text into .png or .bmp images. VIEW the README for further instructions as well as image specifications. Used pyinstaller to compile into an .exe ---Feedback is welcome ---
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Video Trimmer

    Preview video with VLC; use in/out hotkeys; trim with FFMPEG.

    Written in Python, this program uses VLC media player to preview a video, and then it uses FFMPEG with "copy" codec to quickly cut out a segment from the video. VLC seek/jump hotkeys, as well as in/out hotkeys are supported. Currently, it's just in Python (no EXE), but it should be easy to run it from Python. From the command prompt, install the dependencies: pip install wxPython pip install boto pip install selenium pip install google-api-python-client Then start the program by: python Trimmer.py This project is a simpler edition of the Trimmer project by Andy (https://sourceforge.net/projects/trimmer/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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
  • Case Management Software for Nonprofits Icon
    Case Management Software for Nonprofits

    CharityTracker offers easy-to-use case management software for nonprofits, helping them track assistance, measure outcomes, and generate reports.

    A case management CRM that focuses on your clients, to measure real-world impact, not just data. Your Day Just Got Shorter - We know you’re busy and don’t have time for complicated software – We’ve changed that! Even your staff will enjoy using the system – No more headaches and missing data from reports so you can use your valuable time to serve more people. CharityTracker is a cloud-based, HIPAA compliant software that’s easy to use for nonprofits of all sizes. With no setup fees, hidden fees, or contracts, you can cancel anytime! Our time saving solution provides a secure way to streamline how you manage cases, record case notes & assistance, create reports, collaborate, set goals, measure outcomes, make referrals & prove your impact with change-over-time reports for your funders. We're at work in 2,200 communities! Book a free demo. Pricing starts at just $20/mo. user
    Learn More
  • 5
    ALRDR 2.0 demo

    ALRDR 2.0 demo

    The second demo of my game engine.

    Started when I was 16, still not ended, here is a demo of the game engine on which I work for more than 1 year. It's my first game project, so I decided to make it easy, by creating my own game workbench (a friend is making the MapEditor, I'm doing the rest), including the game engine, render engine, graphics, programmation, syntax ect. Don't wanted especially to share it, but friends wanted to play on it, so I will just share the .exe here. The source will come maybe later :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    File checksum validator

    File checksum validator

    Python (2.7) script validating the checksum of a file.

    Python (2.7) script validating the checksum of a file. Supports md5, sha1, sha224, sha256, sha384 and sha512. usage -------- python CheckSum.py <algo> <filename> <checksum> example ------- C:\Python27\python.exe C:/Users/User/Projects/Python/CheckSum/CheckSum.py sha256 C:\Users\User\Downloads\pycharm-community-2016.2.1.exe f800ce642c6c838c17bb726bc0ae9680fd07b3801fd82ee402155bfd5ddded7c Checksum match!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    Easy Python Decompiler

    Easy Python Decompiler

    Python 1.0 - 3.4 bytecode decompiler

    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..
    Leader badge
    Downloads: 103 This Week
    Last Update:
    See Project
  • A privacy-first API that predicts global consumer preferences Icon
    A privacy-first API that predicts global consumer preferences

    Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

    Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
    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
    A simple, fast program to find the best 3 pin gauges that will fit in a desired bore. Program was written in Python and then converted to a .exe using PyInstaller. More information here: https://diynovice.wordpress.com/2015/11/09/pin-gauges-and-soddy-circles/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13

    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
  • 14
    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
  • 15
    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
  • 16

    Py2Exe Dumper

    Extracts py2exe generated executable

    This has been superseded by a better tool Py2Exe Binary Editor available at: https://sourceforge.net/projects/p2ebe/ Py2ExeDumper is a tool to extract a py2exe generated executable file. This tool is helpful when the exe is made in "onefile" mode. It extracts the embedded python script and the library.zip
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 17
    Divpdf

    Divpdf

    A simple program with a graphical interface for splitting PDF files.

    The program allows you to split large pdf files into separate parts, keeping each part in a separate PDF file. The program does not need to install more special dependence. Simply download and run the executable file exe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    Pyinstaller Exe Rebuilder

    Pyinstaller Exe Rebuilder

    Recompiles pyinstaller exe files

    Pyinstaller exe rebuilder is a tool to recompile/reverse engineer pyinstaller generated executables without having access to the source code. Python version 2.5, 2.6 and 2.7 are supported. (Note : pyinstaller itself supports python 2.4 to 2.7) Within the software you will find detailed help including a video about how to use the tool.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    This is a .exe program (originally python) to balance chemical equations. Just enter the reactants and the products, and this tool will automatically add the coefficients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    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
  • 22
    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
  • 23

    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
  • 24

    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
  • 25

    Chi Square Calculator

    An unlimited calculator for Chi Squared

    This Chi Squared Calculator allows the user to enter any number of rows and columns, enter the observed frequencies used in the calculation, and the program will output the answer, as well as the degrees of freedom. This program runs on Python 3.2 ## BUT NO LONGER REQUIRES PYTHON to run! (Now in .exe form!) ## Sorry for the lack of floating point (Decimal) numbers support; attempting to input decimals will crash the program. Will fix soon! If you need any help, information, my email is: max-j-anderson@hotmail.co.uk
    Downloads: 3 This Week
    Last Update:
    See Project