Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Classes Found #22

Open
developer-krushna opened this issue Oct 26, 2023 · 0 comments
Open

No Classes Found #22

developer-krushna opened this issue Oct 26, 2023 · 0 comments

Comments

@developer-krushna
Copy link

developer-krushna commented Oct 26, 2023

        ArrayList<String>` args = new ArrayList<>();
        args.add("d2j-black-obfuscator/");
	args.add("-d");
	args.add("2");
	args.add("-i");
	args.add("sdcard/classes.dex");
	args.add("-o");
	args.add("sdcard/classes_out.dex");
	args.add("-a");
	args.add("sdcard/ad.txt");
	BlackObfuscatorCmd.main(args.toArray(new String[0]));

What is the problem here ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant