JRelogger
Unfortunatly due to this being produced for a private company we cannot distribute the application.
JRelogger was developed for the online forensics company Isis Forensics,
and is designed to assist in the forensic analysis of chat logs found on
computers thought to have been used in illegal activity. JRelogger took
chat logs found on a computer by a 3rd party program and used meta information
such as conversation partners, time stamps and user ID's to try to reconstruct
linear chat logs from the fragmented ones often found. The solution was designed
to be flexible so that it could be used as a standalone program or integrated
into existing software extending its functionality. As part of this design modularity
of components was introduced, allowing for further features to be added easily
in the future and simplicity of maintenance or refactoring.
Technologies used: Java, XML.
Features
Multiple chat formats
JRelogger can handle multiple chat log formats. If it cannot process the desired format it is simple add the functionality to do so
Output as XML
JRelogger can output the found chat logs in xml format for ease of use with other systems
Easily integratable as an api
Developed seperatly from its GUI the logic can eaily be integrated into other applications.