-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
691d87d
commit c26924b
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |