Lin.

Results 4 issues of Lin.

#### Problem Description Start the agent in local mode. After running for a while, the ` Task failed: redirect daemon exited prematurely. disabled backtrace` message is displayed and windows-redirector.exe exits...

kind/triage

#### Problem Description After the local mode is enabled, the windows network share cannot be accessed #### Steps to reproduce the behavior: 1. -m local start local mode 2. Access...

kind/triage

#### Problem Description Download file memory leak #### Steps to reproduce the behavior: 1. After mitmproxy is enabled, the initial memory is ~53 MB ![2f07922a19b8f2f5c9530d697815f6f](https://github.com/user-attachments/assets/1178497b-2c2e-4b03-a187-61193f491e7a) 2. Download a ~190 MB...

kind/triage

I want to hook XSetSelectionOwner,libx11.so is loaded dlopen. What should I do? 1. ProcessA ``` HANDLE hOneSo = dlopen("libOneSo.so", RTLD_LAZY); if (hOneSo == NULL) { printf("Test:: dlopen Failed.\n"); return 1;...