Skip to content

Instantly share code, notes, and snippets.

@Stevoisiak
Created March 6, 2017 19:38
Show Gist options
  • Select an option

  • Save Stevoisiak/1ede59568ba58f7bda78613fcfc15542 to your computer and use it in GitHub Desktop.

Select an option

Save Stevoisiak/1ede59568ba58f7bda78613fcfc15542 to your computer and use it in GitHub Desktop.
Extract .ico icon file from .exe with 7zip
You can extract .ico icons from an exe with 7-zip!
@yunwu-jnpr

Copy link
Copy Markdown

Windows GUI:

  • Open 7zFM.
  • Navigate to exe file and select it.
  • Extract it
  • Icon is in /.rsrc/ICON folder

Thank you! This works!

@AnakinDripwalker

Copy link
Copy Markdown

Wow didn't know that, and it was the first time I heard this method. Thanks, it's been useful !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment