Abstract: WhatsApp, a popular instant messaging app, has emerged as an important source of digital evidence in forensic investigations. This paper presents an automated forensic investigation system ...
network-chat-client/ ├── include/ │ ├── chat_client.h # Client header file │ └── chat_server.h # Server header file ├── src/ │ ├── chat_client.cpp # Client implementation │ └── chat_server.cpp # ...