Showing 57 open source projects for "jar 2 apk"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1
    Apktool

    Apktool

    A tool for reverse engineering Android apk files

    A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 2
    Bytecode Viewer

    Bytecode Viewer

    A reverse engineering suite (decompiler, editor, debugger and more)

    Some of Bytecode Viewer features are that it provides Java Decompiling with Six different decompilers (DJ-GUI/Core, Procyon, CFR, Fernflower, Krakatau, and JADX-Core). Bytecode Decompiling with CFIDE. Android APK integrated with Dex2Jar. Securely launch Java applications and insert hooks via EZ-Injection. Scan for malicious code with the Malicious Code Scanner plugin. Export as DEX, Jar, Class, Zip or Java Source File. Open Android APKs, Android DEX, Java Class Files and Java Jars. (WAR & JSP...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3
    python-for-android

    python-for-android

    Turn your Python application into an Android APK

    python-for-android is an open source build tool to let you package Python code into standalone android APKs. These can be passed around, installed, or uploaded to marketplaces such as the Play Store just like any other Android app. This tool was originally developed for the Kivy cross-platform graphical framework, but now supports multiple bootstraps and can be easily extended to package other types of Python apps for Android. python-for-android supports two major operations; first, it can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Pedestal

    Pedestal

    The Pedestal Server-side Libraries

    .... Applications must respond with immediate feedback even while some back-end communication goes on. Pedestal makes it easy to deliver server-sent events and asynchronous updates. Pedestal works with a huge variety of containers and deployment options. Deploy applications or microservices on unikernels, Docker containers, or JAR files. Pedestal supports Tomcat, Jetty, Immutant (with Undertow), Vert.x, nginx, and Netty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5
    Android Tablet 7.1.2 on Virtual Machines
    .... Increase CPU Count and Memory in VM's Settings, as required, for better performance. If you are very new to virtual machines, then please refer the Wiki Page for its setup instructions, for all major operating systems. Tags: Android Tablet, Android ova, Android Phone, Android OS, Android Operating System, Android Emulator, Android Simulator, android apps, apk, virtual machine
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    SC/MP Processor Emulator

    SC/MP Processor Emulator

    Emulator of the ancient 8 bit microprocessor SC/MP 2

    Emulator of the ancient 8 bit microprocessor ISP-8A 500D/600D or more common "SC/MP" from National Semiconductor. The download contains all sources plus an executable Java Jar file to start right away. Some SC/MP hex dump examples are provided in directory "/etc" as well. The download also contains unit tests and some helping documentation (also in /etc). You may slow down the CPU operations, displaying the CPUs status register as LEDs, to watch the CPU working with its registers...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    treeshell

    treeshell

    Eclipse Shell Script Editor with Tree View. Opens No-Extension-Files.

    ... for eclipse! NOTE2: if you see bad bugs you can try 'Files' -> 'previous releases' in the menu. Download the *.jar file into the 'plugins' sub-directory of your Eclipse installation and restart Eclipse. This will automatically associate the editor with all *.sh files and all files without extensions, e.g. 'sshDisable' but also 'README'. If you'd like to avoid association with no-extension-files or upgrade to a newer version see this link https://sourceforge.net/p/treeshell/wiki/AdvInst
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    TVscript

    TVscript

    Exploration of the removal of count variable transcripts.

    > See TVscript wiki: https://sourceforge.net/p/tvscript/wiki/Home/ Related Software: 1. CStone: https://sourceforge.net/projects/cstone/ 2. CSReadGen: https://sourceforge.net/projects/csreadgen/ 3. CView: https://sourceforge.net/projects/cview/ 4. ChimSim: https://sourceforge.net/projects/chimsim/ 5. TVScript: (See wiki)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JLite

    JLite

    Lightweight IDE for Java

    Lightweight IDE for Java targeting mostly students who are beginning Java programming. Create Java Application, Compile & Run Projects, Build Executable Jar Applications. It requires: 1. Java SDK 1.8 or higher 2. Dotnet Framework 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 10

    xml2csv.jar

    Command-line xml to csv tool

    xml2csv is a small command-line tool written in JAVA and can be used on all platforms, for which JRE 8 or higher is available. Examples: 1. Help java -jar xml2csv-1.0.jar --help 2. Extract nodes from xml: java -jar xml2csv-1.0.jar --nodes test/cd_catalog.xml The result is the full node name and number of repetitions: /CATALOG=1 /CATALOG/CD=26 /CATALOG/CD/TITLE=26 /CATALOG/CD/ARTIST=26 /CATALOG/CD/COUNTRY=26 /CATALOG/CD/COMPANY=26 /CATALOG/CD/PRICE=26 /CATALOG...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Moqui Ecosystem
    ... (SimpleScreens), and integration components for EDI, Authorize.NET, and Shippo. There are 2 main applications in the ecosystem: POP Commerce ERP and eCommerce for retail and wholesale, and HiveMind Project Management and ERP for service organizations. NOTE: the code repositories for Moqui Ecosystem are hosted on GitHub at: https://github.com/moqui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ClassyShark

    ClassyShark

    Android and Java bytecode viewer

    ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary XMLs: AndroidManifest, resources, layouts etc. We developed this software because we needed something lighting fast and incredibly lightweight...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    VersionInfo

    VersionInfo

    Generate file version information

    This command-line utility produces a report of file information including version information where available. The reports can be useful for release information, manifests, and integrity verification.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    BeigeUML

    BeigeUML

    UML diagram editor

    .... There beige-uml-swing-[VERSION]-jar-with-dependencies.jar is Swing application and beige-uml-android-[VERSION].apk is Android application. Android version you can find also in Google Play Store. Its source code you can download at https://github.com/demidenko05/beige-uml Source of beige-android-demo (demo of Android tree/file-chooser, list-chooser etc.) still here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    fastdex

    fastdex

    Speed ​​up the compilation speed of apk

    If you can't stand the slow compilation of apk (especially if there are multiple dex in the project), fastdex can help you speed up the apk generation process. Scan all project codes and add a dependency on the fastdex.runtime.antilazyload.AntilazyLoad class in the construction method. The purpose of this is to solve the problem of class verification. For details, please refer to Android. Take a snapshot of all the dependencies of the current project, in order to compare whether...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JDateButton

    JDateButton is a Java date selection utility

    ... has been migrated to JavaFX. Version v2.1.0 has merged the two code bases providing separate JavaFX and Swing jar files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Point Symmetry Clustering

    Point Symmetry Clustering Approach Using Differential Evolution

    ...://www.softcomputing.net/smca-paper1.pdf 1. You may download code: git clone git://git.code.sf.net/p/pointsymmetryclustering/code pointsymmetryclustering-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target/point-symmetry-clustering-1.0-fat.jar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ADBTool

    Capturing screenshots, screen video, logcat, extract string ids

    ADBTool with user friendly UI is very helpful for QA Engineers to test and validate Android mobile apps faster. It reduces the test execution time by 40-50 percent. Installation: In order to use this tool you should install ANDROID SDK. And set Android SDK path in Environment variables as ANDROID_HOME. How to Run : Windows: By just double clicking on it. MAC or Linux: java -jar adbtool.jar Capturing and editing screenshot is one of the painful work for QA engineers. QA Engineers can...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    APKRepatcher

    APKRepatcher helps you to modify an existing apk with simple GUI

    APKRepatcher helps you to modify an existing apk using a simple user friendly GUI. It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another. APKRepatcher makes use of dex2jar, jadx, rsyantaxtextarea, zip4j, apktool
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    APK Dissector

    APK Dissector

    ApkDissector is a Java Based Android APK Decompiler

    How to decompile an APK file ? Once you click decompile it will create a folder called extract and inside that you will find a folder having same name as the file where you will get all the extracted contents of the apk Select APK/DEX - Click this button to browse and select the APK file. Decompile APK/DEX - Click this button to decompile and extracts the contents on the APK file. All the extracted files will be with in extracts directory within the folder name .apk How to decompile...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    FFmpeg-Android-Java

    FFmpeg-Android-Java

    Android java library for FFmpeg binary

    FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    myAgilePomodoro

    myAgilePomodoro

    Agile + Pomodoro Time Management Freeware

    ...://philkaroo.github.io/myagilepomodoro/ ---------------------------------------------------------------------------- Go to the Files page to download : - the executable file: .exe (Windows) or .jar (MAC, Linux...) - the user guide - the Pomodoro Technique® v1.3 free book Refer to the Wiki page for details and 'installation' (mAP requires Java) and the user guide for insights.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    Android App Decompiler

    Decompile an Android APK

    Android App Decompiler is a useful Tool to unextract and decompiles Android APK. When you runed the Decompiler than created an folder with all Files from then APK and the dex (dalvik executable format) being converted to an jar file. You must only now use an Java Decompiler like jd-gui and you have all files of the App.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next