[dnSpy 6.1.4]: Custom Title v1.0 04-16-2020, 02:06 AM
#1
mod by me
dnSpy made by 0xd4d (links to dnSpy repository)
To load the original title, delete the "c_title.ini"
To update the title, restart the app
![[Image: UkzRZfNsQy6gLFrjoJSzDg.png]](https://image.prntscr.com/image/UkzRZfNsQy6gLFrjoJSzDg.png)
dnSpy.exe/dnSpy.MainApp.AppWindow.UpdateTitle()
dnSpy made by 0xd4d (links to dnSpy repository)
How to use
Create a file named "c_title.ini" in the same folder as the patched .exe, the first line of the file will be the title loaded in the fileTo load the original title, delete the "c_title.ini"
To update the title, restart the app

![[Image: UkzRZfNsQy6gLFrjoJSzDg.png]](https://image.prntscr.com/image/UkzRZfNsQy6gLFrjoJSzDg.png)
Source Code
dnSpy.exe/dnSpy.MainApp.AppWindow.UpdateTitle()
Code:
if (File.Exists("c_title.ini"))
{
 string[] c_title = File.ReadAllLines("c_title.ini");
 this.mainWindow.Title = c_title[0];
 return;
}
this.mainWindow.Title = this.GetDefaultTitle();RIP the pizza king
![[Image: 3.0]](https://static-cdn.jtvnw.net/emoticons/v1/1646084/3.0)
all of my contact info is on my Github Profile
all of my contact info is on my Github Profile







![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)