VMIO
Software Oscilloscope
UM
- UEFI Modifier
The latest version is v0.1.1 Download
UM (UEFI Modifier) allows you to update UEFI variable from OS GUI instead of UEFI Shell.
UEFI Modiier(UM) Downloads
UEFIModifierV0.1.1.zip | Portable | x64 | English (US) | 43.7MB | 2023-03-07 | Release Notes |
UEFIModifierV0.1.zip | Portable | x64 | English (US) | 43.7MB | 2023-02-11 | Release Notes |
Change History:
v0.1.1 Mar/07/2023
1. Splash: Move splash check to very beginning of __main__ function.
2. BAT: Add more information to easily identify two steps.
3. UI: add up and down arrow to indicate which is input, which is output text edit.
4. Var Get: While reading data from UEFI, parse bytes data directly instead of string.
5. Arrow up down: while cursor is clicked in string text edit or byte text edit, also immediately show direction.
6. Arrow up down: while parse byte from UEFI, put arrow with up sign.
7. INT: Disable value write ability.
8. Get Variable: can't decode utf8 format with utf16 directly, will exception.
9. UI: New design of two textedit of read value output.
10. BAT: one click release scripts added.
11. Registry: Is_Int_Debug_Mode_Enabled to let user control each widget, but with FCC default value.
12. PS CMD: empty string process, with empty string also send command which will actually clear this variable.
13. UI: New UI Design and Enhancement of button and displayed message.
14. Odd number of byte textedit, and click on write, it will crash app. as fromhex will always crash. add '0' to supplement.
15. Delete byte textedit is not reflected in textedit string
16. Hex: if it is not hex, delete new character after prompt
v0.1 Feb/11/2023
1. Exception caused by None dict access.
2. Correct all html links to the right one. https://vmio.vip/um.html.
3. Exception by reading variable 100% reproducible.
4. Add GUID to label for better understanding.
5. Add placehoder to each text widget.
6. Set Modify button as focus so that by default to write while press Enter key.
7. Reboot/Restart system prompt/pop up added
8. Ascii and utf-16 and utf-8 decode exception, no warning message displayed, instead, show ? in the string.
9. Rename all genericSW to UEFIModifier.
10. UEFI Variable Read/Write Byte format start working.
11. Git ignores .idea folder.
12. UEFI Variable Read/Write String format start working.
13. UefiModifier UI added.
14. Initial commit of base app framework.
15. Initial commit