Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c:\windows\system32\imageres.dll resource/icon problem (and other win dlls with icons) #276

Open
cyberpunkbln opened this issue Apr 5, 2024 · 0 comments

Comments

@cyberpunkbln
Copy link

cyberpunkbln commented Apr 5, 2024

Hello,

when i try to extract icons or group_icons from this dll

c:\windows\system32\imageres.dll
C:\Windows\System32\wmploc.DLL

as an example, i have not tested all dlls.
Exe functioned very well.
For my programm what i have write in have used an example-lnk and there i have used this dlls. Are only examples but i wonder why some dlls are have icons/group_icons and some not.

The newest versions don't have the function group_icons no more and only icons?

Your PeKit shows the same zero icons on resources.

thx

edit: the group iterator in resources have the same state. no groups i resorces on some dlls.


for (name, group) in resources.icons().filter_map(Result::ok)
	{
		// println!("{:?}", group.entries());
		for entry in group.entries()
		{
			println!("{:?}", entry);
		}
	}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant