Alessandro Autiero
Alessandro Autiero
Hello, I'm using this plugin on Java 15 as I need to generate javadocs for my project. This is my module info: ``` module NativeWhatsapp4j { requires com.fasterxml.jackson.databind; requires org.jetbrains.annotations;...
Hello, I'm new to reverse engineering in C++ and I was wondering if there's any way to run an anti anti debugger insider a friendly debugger like Jetbrain's Rider or...
The following error is thrown when using:* http://www.jsweet.org/online-typescript-to-java-api-translator/
Linked issue: https://github.com/INRIA/spoon/issues/4746 In Java 9 modules were introduced. This PR aims to add support for shadow modules and fix some inconsistencies about the existing module model without any breaking...
**Describe the bug** In short, calling CtElement#getParent(P) using as a parameter CtModule.class always returns the unnamed module even when using types such as String that are definitely in a valid...
Hello, I created a more complete version of this tool that does everything automatically built on top of my WhatsappWeb library. If anyone needs it: https://github.com/Auties00/whatsappweb4j-request-analyzer
Hello, I'd like to use this library in one of my projects, though I noticed that it doesn't provide a module info. I was going to add one myself and...
Hello, I want to create a class that is an enum with this library. I've looked for hours and found practically nothing. Example: ``` enum Hello{ FOO(10), BAR(1945); private final...
I was recently writing a plugin for IntelliJ and I noticed that PsiAugmentProvider only supports PsiClass. I've added support also for PsiMethod maintaining the same design choices and code style....
I'm trying to debug an Android app using the included smali debugger. When I launch the app, the debugger outputs: Breakpoint will set at com.whatsapp.settings.SettingsNotifications.onCreate(Landroid/os/Bundle;)V` Yet I want to launch...