# LogApiDll **Repository Path**: x0x0/LogApiDll ## Basic Information - **Project Name**: LogApiDll - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-26 - **Last Updated**: 2025-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libApiLog API logging Library for Buster Sandbox Analyzer ## Usage You need sandboxie to use the LogApiDll's in the sandboxie.ini you need to enable the dll injection and open the required communication pipe ``` InjectDll=...\logapi32.dll InjectDll64=...\logapi64.dll OpenPipePath=\Device\NamedPipe\LogAPI ``` Once this is set up you must open a pipe server at \\\\.\\pipe\\LogAPI and you will get the log messages as a '\0' separated stream of data.