This program was developed on top of Cobalt and is fully written in Kotlin.
The goal of this program is to analyze both raw json and encrypted binary requests sent by WhatsappWeb's Web client to WhatsappWeb's secure WebSocket and vice-versa. This is very useful if you want to contribute to WhatsappWeb4j by adding new features.
Follow these steps to run the program: Download and install Java 16 from Oracle's official website. Make sure you have latest chrome version installed
Once these steps are completed, launch the program. A browser window will open, and all data sent and received by WhatsApp will be displayed in the console.
Compile and run with mvn -e -f pom.xml clean compile exec:java