Skip to content

Commit

Permalink
Shiva (#296)
Browse files Browse the repository at this point in the history
* Added JSON file to describe project: Shiva

* updated CONTRIBUTORS.md with my information.

---------

Co-authored-by: David Saeger <[email protected]>
  • Loading branch information
elfmaster and david-saeger authored Sep 5, 2023
1 parent dc89c00 commit 26e906e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_

Expand Down
30 changes: 30 additions & 0 deletions src/_releases/github.com/AIS/shiva.json
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"
}
}

0 comments on commit 26e906e

Please sign in to comment.