Citadel-sh / BugTracker

4 stars 2 forks source link

Stuck at decrypting process #3

Closed OsamaMahmood closed 4 years ago

OsamaMahmood commented 4 years ago

Fuze version

0.1.2

macOS Version

10.15.4 (19E266)

Steps to reproduce

  1. Open Fuze and select any app to decrypt.
    1. Click on Decrypt it remains stuck at the decrypting process and does not do anything.
    2. The app does open up on the phone.

Note

System apps get decrypted and they work fine but when we try to decrypt third-party apps like Instagram, Facebook, etc then this issue occurs.

Phone Details

iPhone X iOS 13.4 (Checkra1n Jailbreak)

Expected behavior

Should successfully decrypt and store the IPA file on the system

Screenshots (optional)

image image

image

colealanroberts commented 4 years ago

@OsamaMahmood We're confident that version 0.1.3 will fix these issues. Can you please download the latest alpha from https://getfuze.app/downloads/alpha. Also, we have noticed that sometimes the UI will hang during the first launch of the new version, can you let us know if that's the case? Thanks!

OsamaMahmood commented 4 years ago

That's great I will surely download the latest version to test it out. And yes the UI does crash when the app it first opens on the system then you will have to quit the app and re-launch it to make it work.

OsamaMahmood commented 4 years ago

I am getting the following error on the alpha release:

Process:               Fuze [67122]
Path:                  /Applications/Fuze.app/Contents/MacOS/Fuze
Identifier:            com.citadel.Fuze
Version:               0.1.3 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Fuze [67122]
User ID:               502

Date/Time:             2020-04-27 16:14:39.034 +0500
OS Version:            Mac OS X 10.15.4 (19E287)
Report Version:        12
Anonymous UUID:        68331C1A-4A58-5EF6-CF8D-05BA5941AF31

Sleep/Wake UUID:       45B32036-4708-40F2-BD37-D9EE682ABF90

Time Awake Since Boot: 440000 seconds
Time Since Wake:       6800 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/opt/libssh2/lib/libssh2.1.dylib
  Referenced from: /Applications/Fuze.app/Contents/MacOS/Fuze
  Reason: image not found

Binary Images:
       0x10139b000 -        0x10152aff7 +com.citadel.Fuze (0.1.3 - 1) <63999203-BF5E-3676-B1A3-3039324B5A76> /Applications/Fuze.app/Contents/MacOS/Fuze
       0x1015a4000 -        0x1015e6ff7 +org.cocoapods.Bugsnag (5.23.0 - 1) <E00EFC94-3D85-3A06-B92E-244AA59486EE> /Applications/Fuze.app/Contents/Frameworks/Bugsnag.framework/Versions/A/Bugsnag
       0x101650000 -        0x101658ff3 +org.cocoapods.IGListDiffKit (4.0.0 - 1) <89283242-07FF-3B84-BF0F-767CBA3271FD> /Applications/Fuze.app/Contents/Frameworks/IGListDiffKit.framework/Versions/A/IGListDiffKit
       0x1094da000 -        0x10956beff  dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
    0x7fff30fb1000 -     0x7fff30fb1fff  com.apple.Cocoa (6.11 - 23) <37E98F4D-1D78-3F22-BDC0-59DC0B9B3A3E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34502000 -     0x7fff348c7ff8  com.apple.Foundation (6.9 - 1675.129) <9A74FA97-7F7B-3929-B381-D9514B1E4754> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3f83e000 -     0x7fff3f8acff7  com.apple.SystemConfiguration (1.19 - 1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff690e2000 -     0x7fff69134fff  libc++.1.dylib (902.1) <08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
    0x7fff6b338000 -     0x7fff6b34aff3  libz.1.dylib (76) <6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib

Model: MacBookPro11,5, BootROM 197.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2.5 GHz, 16 GB, SMC 2.30f2
Graphics: kHW_AMDRadeonR9M370XItem, AMD Radeon R9 M370X, spdisplays_pcie_device, 2 GB
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1600.4)
Bluetooth: Version 7.0.4f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: iPhone, Ethernet, en4
Serial ATA Device: APPLE SSD SM1024G, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
USB Device: iPhone
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
klmitchell2 commented 4 years ago

@OsamaMahmood, could you try installing libssh2 via brew install libssh2?

OsamaMahmood commented 4 years ago

Yes, @klmitchell2 it working fine now.