Posts

Showing posts with the label database

PLf v2.0.1.1

Image
  PLf v2.0.1.1 Release Download from GitHub:  ClickMe -------------------------------- 2026.4.26 - 2.0.1.1 -------------------------------- Features: -ACPI Viewer: Remote ACPI table decode view and AML decoder -ACPI Viewer: Export All now works for remote ACPI tables including AML/ASL generation for DSDT/SSDT -GUID Map: Standard GUID database now loads on startup Bug Fixes: -ACPI Viewer: Fixed crash when selecting remote ACPI root node -ACPI Viewer: Fixed Export All not working for remote tables -Fixed crash after config OK when no debug log session active -GUID Parser: Fixed crash parsing .inf files with whitespace around FILE_GUID values -GUID Parser: Fixed empty GuidFilePath being treated as valid path

PLf v2.0.1.0

Image
  PLf v2.0.1.0 Release Download from GitHub:  ClickMe PLC is renamed to PLf (Project Lambda for Firmware) -------------------------------- 2026.4.26 - 2.0.1.0 -------------------------------- Features: -AI Chat: AI model based data analysis -------------------------------- 2026.4.24 - 2.0.0.2 -------------------------------- Features: -Firmware Explorer   Decode As NVRAM context menu for on-demand NVRAM variable parsing -Standard GUID Database   Built-in StdGuid.json with UEFI, PI, ACPI, SMBIOS, TCG standard GUIDs -Option UI Enhancements   Add GUID Map configuration settings page

PLf v2.0.0.1

  PLf v2.0.0.1 Download from GitHub:  ClickMe PLC is renamed to PLf (Project Lambda for Firmware) -------------------------------- 2026.4.21 - 2.0.0.1 -------------------------------- Features: -Firmware Explorer   Supports firmware parsing for BIOS, UEFI, BMC, MCU formats with tree view Bug Fixes: -Exception after config save. -------------------------------- 2026.4.20 - 2.0.0.0 -------------------------------- Features: -Multi-Session Support   Create and manage multiple concurrent debug sessions   Each session has its own tab, message view, and transport connection -Multi-Interface Connection Redesign   Redesigned connection settings for Serial, TCP/IP.   Per-session interface configuration in session create dialog. -Data Client/Server   DTP protocol over interface for transfer file and data, like acpi, uefi variables.   Shared interface between DTP and debug log sessions. -------------------------------- 2026.4.11 - 1.0.1.14 -------------...
  PLf v1.0.1.7 Download from GitHub:  ClickMe PLC is renamed to PLf (Project Lambda for Firmware) -------------------------------- 2026.4.1 - 1.0.1.7 -------------------------------- Features: -Complete Security Toolkit with 5 functional tabs   Key: RSA/ECDSA/AES/TripleDES key generation, import, export (XML/PEM/Base64/Hex)   Hash: MD5/SHA-1/SHA-256/SHA-384/SHA-512 with text/file input   Cipher: AES-256/128-CBC, TripleDES-CBC, RSA-OAEP encrypt/decrypt   Signing: RSA+SHA, ECDSA+SHA, HMAC sign and verify   Certificate: X.509 cert viewer with full chain validation   Tools: Base64, password generator, PEM/DER converter, file checksum -------------------------------- 2026.3.30 - 1.0.1.6 -------------------------------- Features: -Add 'BIOS' view for ACPI Tables, SMBIOS, PCI Devices, UEFI Variables, OS Info, and Boot Performance metrics in OS Information -Add 'UEFI Var' view for UEFI variables read in OS   Export 'UEFI variable list' tree as (TXT, ...

PGDB v1.1 - Postgresql Database Tool

PGDB v1.1 PGDB is a postgresql database save/restore tool. usage: pgdb [-t -c|-s|-r|-sxls] [--help] optional arguments:   -h, --help            show this help message and exit   -t TableName, --table TableName           Specify the table   -c, --clear                                                 Clear the table (Use 'DELETE FROM' request)   -d, --delete                                               Delete the table (Use 'DROP TABLE' request)   -s FileName, --save FileName                 Save the table data to csv file   -sxls FileName, --savexls FileName        Save the table da...