Add support for FreeBSD#33
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Pull Request Overview
This PR adds initial support for FreeBSD by including FreeBSD-specific payload compilation support in the emulation service.
- Extends dynamically compiled payloads to include FreeBSD target
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| class EmuService(BaseService): | ||
| _dynamicically_compiled_payloads = {'sandcat.go-linux', 'sandcat.go-darwin', 'sandcat.go-windows'} | ||
| _dynamicically_compiled_payloads = {'sandcat.go-linux', 'sandcat.go-darwin', 'sandcat.go-windows', 'sandcat.go-freebsd'} |
There was a problem hiding this comment.
Corrected spelling of 'dynamicically' to 'dynamically'.
| _dynamicically_compiled_payloads = {'sandcat.go-linux', 'sandcat.go-darwin', 'sandcat.go-windows', 'sandcat.go-freebsd'} | |
| _dynamically_compiled_payloads = {'sandcat.go-linux', 'sandcat.go-darwin', 'sandcat.go-windows', 'sandcat.go-freebsd'} |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
Closing — this PR is 3 years old with no maintainer review. If FreeBSD support is still desired, a fresh PR would be appropriate. |











Description
This is a initial support for FreeBSD
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: