-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added JSON file to describe project: Shiva * updated CONTRIBUTORS.md with my information. --------- Co-authored-by: David Saeger <[email protected]>
- Loading branch information
1 parent
dc89c00
commit 26e906e
Showing
2 changed files
with
31 additions
and
0 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
- Copyright 2018 Milo van der Linden [email protected] | ||
- Copyright 2019 Heather Taylor [email protected] | ||
- Copyright 2019 Michael Cain [email protected] | ||
- Copyright 2022 Ryan O'Neill [email protected] | ||
- Copyright 2023 Even Stensberg [email protected] | ||
- _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_ | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"organization": "AIS (Assured information security)", | ||
"name": "Shiva", | ||
"description": "This is the source code for Shiva. Shiva is an ELF dynamic linker that is specialized for patching native Linux software. Shiva has been custom tailored towards the requirements of the DARPA AMP project and currently supports the AArch64 architecture. Open sourcing this software will expand awareness into building next-level binary patching solutions.", | ||
"tags": [], | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "Ryan O'Neill" | ||
}, | ||
"status": "Alpha v0.11 (Prototype)", | ||
"vcs": "git", | ||
"languages": ["C", "ASM"], | ||
"repositoryURL": "https://github.com/advanced-microcode-patching/shiva", | ||
"permissions": { | ||
"licenses": [ | ||
{ | ||
"URL": "https://github.com/advanced-microcode-patching/shiva/blob/main/SHIVA-LICENSE.txt", | ||
"name": "MIT" | ||
} | ||
], | ||
"usageType": "openSource" | ||
}, | ||
"laborHours": 2000, | ||
"date": { | ||
"created": "2022-03-1T00:00:00Z", | ||
"lastModified": "2023-07-12T00:00:00Z", | ||
"metadataLastUpdated": "2023-07-27T00:00:00Z" | ||
} | ||
} | ||
|