Giter Site home page Giter Site logo

Comments (8)

n8r0n avatar n8r0n commented on August 16, 2024 64

What worked for me was:

  1. copy dumpdecrypted.dylib into /usr/lib. Make sure it has appropriate permissions so that user mobile can read and execute it

-rwxr-xr-x 1 root wheel 197528 Aug 14 16:22 dumpdecrypted.dylib

  1. change user to mobile:

su mobile

  1. change directory into somewhere that mobile can write to:

cd /var/mobile/Documents

  1. execute the command with absolute paths:

DYLD_INSERT_LIBRARIES=/usr/lib/dumpdecrypted.dylib /var/containers/Bundle/Application/59CEB222-4C4D-4A34-BC0F-8D38B9E3853D/MyApp.app/MyApp

  1. then, you'll have the MyApp.decrypted file in the current directory

Tested on Pangu jailbroken iOS 9.3.3

from dumpdecrypted.

mickayz avatar mickayz commented on August 16, 2024

I'm seeing that the Killed: 9 is occurring on 9.3.3 regardless of whether DYLD_INSERT_LIBRARIES is included or not.

It seems to just be occurring whenever you run the .../Application/####/Sample.app/Sample executable from the terminal.

from dumpdecrypted.

shepting avatar shepting commented on August 16, 2024

Using the full paths worked for me.

from dumpdecrypted.

stas-smedia avatar stas-smedia commented on August 16, 2024

@n8r0n
i've tried your method and the app.decrpyted file was created but when i do:
class-dump-z mytalkingtom.decrypted
it's all filled with: XXEncryptedMethod_1345f95 etc..

from dumpdecrypted.

ofirkris avatar ofirkris commented on August 16, 2024

Same bugs, any solution?

from dumpdecrypted.

eltongo avatar eltongo commented on August 16, 2024

@stas-smedia perhaps you should thin your dumpdecrypted binary first. If you are on arm64 device for instance, try

lipo mytalkingtom.decrypted -thin arm64 -output mytalkingtom.arm64

This will produce a file mytalkingtom.arm64. Then try class-dump-z on this new file.

@ofirkris
What is the error you're getting?

from dumpdecrypted.

19aneng avatar 19aneng commented on August 16, 2024

2020,do this,kill 9

from dumpdecrypted.

CoderWeiLee avatar CoderWeiLee commented on August 16, 2024

2021,do this,kill 9

from dumpdecrypted.

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.