Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
carloslack authored and JNE committed Dec 3, 2024
1 parent 691d87d commit c26924b
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions inject/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
Steps:
## 1 Build steps

1 - Build KoviD
### 1.1 Build KoviD

$ export PROCNAME=kovid
cd ../ && PROCNAME=kovid make && make strip && cd -

$ make
## 2 Build payload

$ make strip
./update.sh && make

2 - Build assembly code
## 3 Test

$ ./update.sh && make

3 - Test it

$ sudo ./kv_embed

4 - Check dmesg for KoviD if it's been loaded
sudo ./kv_embed ; dmesg

0 comments on commit c26924b

Please sign in to comment.