From d027467eb4e3927012d68937a7156ca913166ac6 Mon Sep 17 00:00:00 2001 From: Rami Sabbagh Date: Fri, 11 May 2018 10:46:56 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebda54..61fab4c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,9 @@ The current goal of the project is to make it possible to replace the icon. ## Current Achievements: - Parses the DataDirectory and the Sections Table of a PE (exe/dll) file. - Parses the resources directory and extracts it. -- +- Parses the `ICON_GROUP` and converts it into viewable .ICO + +## What will it do when running it: + +It will extract the resources of `love.exe` (11.1 32-bit), and save the main ICON as `Extracted Icon.ico`. +Once done it will open it's appdata folder with all this in it !