Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pathtofile committed Jul 25, 2021
1 parent e4d1b03 commit 55c557b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ of the process matching this PID. This demonstrates to how affect some programs,
- [Text-Replace](#Text-Replace)
- [Kernel Module hiding](#Text-Replace)
- [MAC Address spoofer](#Text-Replace)
- [Text-Replace2](#Text-Replace2)
- [Altering Configuration](#Text-Replace2)
- [Running Detached](#Text-Replace2)

## BPF-Dos
```bash
Expand Down Expand Up @@ -189,7 +192,7 @@ struct tr_text {
```


### Detaching
### Running Detached
By running the program with `--detach`, the userspace loader can exit without stopping the eBPF Programs.
Before running, first make sure the bpf filesystem is mounted:
```bash
Expand Down

0 comments on commit 55c557b

Please sign in to comment.