View Single Post
  #3  
Old 04-03-2026, 19:11
Archer's Avatar
Archer Archer is offline
retired
 
Join Date: Aug 2005
Posts: 243
Rept. Given: 1
Rept. Rcvd 46 Times in 19 Posts
Thanks Given: 3
Thanks Rcvd at 387 Times in 57 Posts
Archer Reputation: 46
Quote:
Originally Posted by DimitarSerg View Post
any errors like this one (tested with your apk on VM) ?
Nope, no errors, just opening, and then destroying everything:

Code:
...
[D] Unit "metadata" (generic) was created
[D] Unit "x86_64-image" (x86_64) was created
[D] Unit "libmapbox-gl.so" (elf) was created
[I] {Virgin-Atlantic_7.4.1_APKPure.apk > com.vaa.runway}: Analysis completed
[I] Virgin-Atlantic_7.4.1_APKPure.apk > com.vaa.runway: Native libraries found, consider running the plugin: "Recover RegisterNatives methods"
[D] Unit "decompiler" (dcmp_dex) was created
[W] The APK may have been packed. You may run the generic unpacker to see if additional dex files can be recovered.
[D] Top-level binary unit was created: Unit:name={com.vaa.runway},type={apk}
[D] Unit "com.vaa.runway" (apk) was created
[D] Unit "Manifest" was destroyed
[D] Unit "Certificate (v2)" was destroyed
[D] Unit "Certificate #2 (v3)" was destroyed
[D] Unit "decompiler" was destroyed
[D] Unit "Bytecode" was destroyed
...
Reply With Quote