LeechCore icon indicating copy to clipboard operation
LeechCore copied to clipboard

LeechCore - Physical Memory Acquisition Library & The LeechAgent Remote Memory Acquisition Agent

Results 9 LeechCore issues
Sort by recently updated
recently updated
newest added

On Windows LeechCore is using a custom usleep function which does not cause a thread suspend. On Linux the regular usleep() function is used which causes a thread suspend and...

Encountered missing dependency during pip install. Seems to be a general macos issue. See full trace. Can you suggest a fix? (volatility) indigo-mac-000:volatility3 indigo$ pip install leechcorepyc DEPRECATION: Loading egg...

enhancement

On musl lib fseeko64 is not supported, and building on musl gives the following error: In file included from util.h:10, from device_file.c:9: device_file.c: In function 'DeviceFile_ReadContigious': oscompatibility.h:159:46: error: implicit declaration...

I have four FPGA devices on one PC and I realized that devindex is not constant. devindex=0 for the FPGA on PC A. Next time I turn on the PC,...

Good Afternoon, does leechagent.exe support the ability to remotely install using credentials of a local administrative account?

enhancement

When set LC_CMD_FPGA_BAR_FUNCTION_CALLBACK,it works fine at first,after few mins,it will freeze,the bar read will return 0xff,and no enter the callback. I check the DeviceFPGA_Tlp_Callback_ThreadProc is not exit.

PS C:\Users\misa> cd C:\LeechAgent PS C:\LeechAgent> .\LeechAgent.exe -interactive -insecure WARNING! Starting LeechAgent in INSECURE gRPC mode! Any user may connect unauthenticated unless firewalled! Ensure that port tcp/28474 is properly configured...

How come service unable to start, reporting that error 87 After i typed net start leechagent

I want to read some data in the BIOS/UEFI stage, but I'm not sure if this project can be done well. I have tried many times, but failed. Perhaps there...