gitextract_3qilwohy/ ├── .gitattributes ├── .gitignore ├── Beacon/ │ ├── Beacon.vcxproj │ ├── Beacon.vcxproj.filters │ ├── api.c │ ├── api.h │ ├── argument.c │ ├── argument.h │ ├── beacon.c │ ├── beacon.h │ ├── callback.h │ ├── channel.c │ ├── channel.h │ ├── command.h │ ├── crypto.c │ ├── crypto.h │ ├── data.c │ ├── download.c │ ├── download.h │ ├── error.h │ ├── filesystem.c │ ├── filesystem.h │ ├── format.c │ ├── identity.c │ ├── identity.h │ ├── inline_execute_object.c │ ├── inline_execute_object.h │ ├── job.c │ ├── job.h │ ├── link.c │ ├── link.h │ ├── logger.h │ ├── macros.h │ ├── main.c │ ├── memory.c │ ├── metadata.c │ ├── metadata.h │ ├── network.c │ ├── network.h │ ├── pch.c │ ├── pch.h │ ├── pipe.c │ ├── pipe.h │ ├── powershell.c │ ├── powershell.h │ ├── process.c │ ├── process.h │ ├── protocol.c │ ├── protocol.h │ ├── self.c │ ├── self.h │ ├── spawn.c │ ├── spawn.h │ ├── stage.c │ ├── stage.h │ ├── strategy.c │ ├── strategy.h │ ├── strategy_default.c │ ├── strategy_failover.c │ ├── strategy_random.c │ ├── task.c │ ├── thread.c │ ├── thread.h │ ├── transform.c │ ├── transform.h │ ├── utils.c │ ├── utils.h │ ├── web_response.c │ └── web_response.h ├── CobaltStrike.sln ├── LICENSE └── README.md