Jump to content
Tuts 4 You

[C#, Dnlib] How do I change the icon of the source file?


r3xq1

Recommended Posts

using var module = ModuleDefMD.Load(Properties.Resources.Bin);
// How to change this icon ?
module.Write("Save_NewFile.exe"); 

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...