Login Register


[dnSpy 6.1.4]: Custom Title v1.0 filter_list
Author
Message
[dnSpy 6.1.4]: Custom Title v1.0 #1
mod by me
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 file
To load the original title, delete the "c_title.ini"
To update the title, restart the app



[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]

all of my contact info is on my Github Profile

Reply







Users browsing this thread: 1 Guest(s)