Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
thelikes committed Jun 3, 2022
1 parent 57ca762 commit 71c97d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/sliver-bof-dev-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ void go(char * args, int len)

### Packing Arguments in CNA

Packing in CNA only losely applies to Sliver extension manifest. For porting BOF originally written for CS, the following info is relevent.
Packing in CNA only loosely applies to Sliver extension manifest. For porting BOF originally written for CS, the following info is relevent.

- Separated by whitespace
- `$1` is current beacon
- `$2`, `$3`, `$4`, ... is input
- `z` is data format (see Data Formats Table below)
- `$2`, `$3`, `$4`, ... is input

Packing a single arg in CNA would look like:

Expand Down

0 comments on commit 71c97d5

Please sign in to comment.