forked from MamMark/mm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
binfin: add url0 and url1 to set repo URLs in image.
- Loading branch information
Showing
7 changed files
with
59 additions
and
63 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
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
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 |
---|---|---|
|
@@ -3,41 +3,12 @@ BINFIN | |
|
||
Ricky Li Fo Sjoe <[email protected]> | ||
copyright (c) 2018 Ricky Li Fo Sjoe | ||
copyright (c) 2020 Eric B. Decker | ||
|
||
*License*: [GPL3](https://opensource.org/licenses/GPL-3.0) | ||
|
||
binfin - Update the generated main.exe file to update the Meta Tag information | ||
binfin will look for the associated BIN file and apply the same update | ||
to the image Meta Tag in that file. | ||
|
||
Usage: binfin [ -h ] [ -i ] | ||
[ -I <Img Desc.> ] [ -R <Repo0 Desc.> ] [ -r <Repo1 Desc.> ] | ||
[ -t <timestamp> ] <filename> | ||
|
||
<filename> the name of an EXE, with ELF, which needs to have it's | ||
image_info META updated. Binfin will look for the BIN file and update that | ||
if it exists. | ||
|
||
-h | ||
Help show this usage information | ||
|
||
-I | ||
Image Description string | ||
|
||
-R | ||
Repo0 Description string | ||
|
||
-r | ||
Repo1 Description string | ||
|
||
-t | ||
Timestamp string (30 chars max) | ||
|
||
-i | ||
Execute BinInfo on the file to read and display META info | ||
in the file. | ||
|
||
|
||
|
||
|
||
|
||
See binfin.py for usage. |
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
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
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
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