jackwpa

Results 16 comments of jackwpa

Sorry for the delay, I missed the notification. Here's my sample file: ``` public class FillArray { public static void main(String[] args) throws Exception { int[] a = new int[]{0x11,...

Or use the current preview of R. The fix went in.

Yes. Install Android Studio and download emulator images for R (still in preview 1 as of now).

I found this post published in April last year which seems to describe the problem: https://www.pnfsoftware.com/blog/debugging-android-apps-on-android-pie-and-above/ The author was asking for pointers to AOSP commits for those changes, nothing in...

> normal debuggers typically will only be querying the value of registers that do have the debugging information associated with them That is one of the reasons listed by the...

@subho007 not sure if you are still looking into this, but fyi i've been spending some time on totok lately, and JEB seems to be handling the arsc just fine

I was examining an app protected by Dash-O some time ago, and everything was cleaned and decrypted by JEB it looks like, like this: ![image](https://user-images.githubusercontent.com/60268349/84700987-fe57fd80-af08-11ea-8d5c-a517de1c8e99.png) However, I did not find...

I haven't tried the demo, I just checked a few apps that they claim are protected with DashO, for example, the Fedex app. Check the front page of Preemptive for...

Could anyone share a dex file protected by Epona?