Code Monkey home page Code Monkey logo

Comments (6)

KJL777 avatar KJL777 commented on May 20, 2024 2

Friend of mine was able to get things working on his machine, thanks for the assistance.

from apk-mitm.

shroudedcode avatar shroudedcode commented on May 20, 2024

It seems like you're stuck on this line of code:

const smaliFiles = await globby(path.join(directoryPath, '**/*.smali'))

Looks like globby is taking forever to find all the files ending in *.smali.

You could try running globby manually to see if that also takes forever. To do that, open a terminal inside the temporary directory (logged at the top) and run:

npx globby-cli 'decode/**/*.smali'

from apk-mitm.

KJL777 avatar KJL777 commented on May 20, 2024

Thank you for the reply. Hmm, it must be a careless issue on my end. No luck with the above suggestion. Unsure of what I am doing incorrectly.

issue2

from apk-mitm.

shroudedcode avatar shroudedcode commented on May 20, 2024

I just realized that cmd doesn't interpret strings in single quotes the same way bash does, so please try running the command again with double quotes:

npx globby-cli "decode/**/*.smali"

from apk-mitm.

KJL777 avatar KJL777 commented on May 20, 2024

small app

I was able to have some success trying globby manually, but this only worked on a small sized apk (calculator) that I tried. Two other large game apks yield the same result as in the previous screenshot.

Also, despite globby working manually with the calculator app, it still hangs while attempting to locate smali files (removing pinning) using your tool.

from apk-mitm.

dheeraj-rn avatar dheeraj-rn commented on May 20, 2024

@KJL777 Can you tell us how he did it?

from apk-mitm.

Related Issues (20)

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.