Skip to content

Commit 6799490

Browse files
authored
update logo name (so that the cached version is not reused) (#120)
1 parent 5c21f35 commit 6799490

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![efiXplorer CI](https://github.com/binarly-io/efiXplorer/actions/workflows/build.yml/badge.svg)](https://github.com/binarly-io/efiXplorer/actions)
33

44
<p align="center">
5-
<img alt="logo" src="pics/efiXplorer_logo.png" width="45%">
5+
<img alt="logo" src="https://raw.githubusercontent.com/binarly-io/efiXplorer/5c21f355c41e74af4a7cd1659780a71f76f5d2c1/pics/efiXplorer_logo.png" width="45%">
66
</p>
77

88
**efiXplorer** - IDA plugin for UEFI firmware analysis and reverse engineering automation

ida-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"decompilation",
99
"vulnerability-research-and-exploit-development"
1010
],
11-
"logoPath": "pics/logo.png",
11+
"logoPath": "pics/efiXplorer.png",
1212
"idaVersions": ">=8.3",
1313
"description": "IDA plugin and loader for UEFI firmware analysis and reverse engineering automation",
1414
"version": "6.1.0"
File renamed without changes.

0 commit comments

Comments
 (0)