Code Monkey home page Code Monkey logo

axml2xml.rb's Introduction

axml2xml.rb

Brief overview

This is a pure Ruby library that extracts the XML version of an
AndroidManifest.xml from an Android installer APK package file. To use the script
just pass the path of the APK file as the first argument. The script will build
an XML string that can later be parsed or formatted for viewing.

This script is a direct port of the Java method from this thread
that performs the same task.

What’s happening? Why forking?

I’ve added some Nokogiri support and encapsulated the whole code into a class. So now
it could be used almost anywhere with pleasure. Nokogiri support shows how one could
extract an icon, for instance.

axml2xml.rb's People

Contributors

shybovycha avatar thadd avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.