dude.. idk what crack I was smoking because RMASmoke isn't public so how would they rewrite it 😭
This commit is contained in:
parent
1582d8e186
commit
692add0021
@ -44,4 +44,3 @@ Any legal trouble you recieve due to possessing a raw shim for KVS is not my res
|
||||
## Credits
|
||||
kxtzownsu - writing KVS & KVG, porting to C <br />
|
||||
hannah - writing the `is_ti50` tool, moral support, testing <br />
|
||||
people in TN - giving me the original kernver files before KVG existed <br />
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Cross-compiling the KVS project
|
||||
To cross-compile the KVS project, all you need to do is set `$ARCH` to a correct architecture,
|
||||
To cross-compile the KVS project, all you need to do is set `$ARCH` to a correct architecture, <br>
|
||||
and also install the cross-compilation libraries for your target arch.
|
||||
|
||||
Heres an example:
|
||||
@ -7,4 +7,5 @@ Heres an example:
|
||||
`ARCH=aarch64 make all`
|
||||
|
||||
All architectures:
|
||||
|
||||
`x86_64, armv7, aarch64`
|
@ -82,8 +82,7 @@ void ui_header(const char* fwver, char* kernver, const char* tpmver, const char*
|
||||
|
||||
void show_credits(){
|
||||
printf("kxtzownsu - Writing KVS 1 and 2\n");
|
||||
printf("Hannah/ZegLol - Helping with /dev/tpm0 flashing, rewriting RMASmoke.\n");
|
||||
printf("Writable - Writing the RMASmoke vulnerability\n");
|
||||
printf("Hannah/ZegLol - writing is_ti50, mental support, testing\n");
|
||||
}
|
||||
|
||||
void troll(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user