Releases: ItsBranK/SignatureMaker
Releases · ItsBranK/SignatureMaker
ItsBranK's Signature Maker v2.8
ItsBranK's Signature Maker v2.7
Changelog
- Internal code refactoring.
- Changed the release name from
x32
tox86
.
ItsBranK's Signature Maker v2.6
Changelog
- Changed the
File -> Output Mode
menu button to not include an exit option, and moved the order of menus around. - Changed all the icons to use remixicon instead of icons8 for consistency reason for my other projects.
- Added safety checking to the address input box to make sure the string is hexadecimal.
ItsBranK's Signature Maker v2.5
Changelog
- Upgraded the project to
.NET 8.0
. - Changed the target OS from Windows 7 to Windows 10.
- Fixed the about tab not displaying the correct
x64
andx32
archetypes. - Slight code reorganization.
ItsBranK's Signature Maker v2.4
Changelog
- Changed how comparing bytes work, it now compares every single previous entry from the dropdown list from the base's textbox. Remember clicking the reset button will clear the dropdown list along with everything else.
- Changed the selected output mode menu strip to use an arrow
>
instead of an out of place unicode character. - Stopped using self-contained exes, so .NET 7.0 is required to run the built files now.
- Fixed the test signature button just flat out not working.
- Fixed the font in the about tab being different than the main form.
- Removed the "first scan detected" message as it was pointless and was only annoying.
Requirements
- Must have .NET 7.0 installed to run the exes.
ItsBranK's Signature Maker v2.3
Changelog
- Upgrade the project to
.NET 7.0
. - Processes are now sorted by alphabetical order in the combobox.
- Created separate classes for formatting and reading memory internally.
- Various code redundancy fixes and optimization.
- Switched to "Self Contained" exes, meaning downloading the latest .NET version is no longer required to use the exes.
ItsBranK's Signature Maker v2.2
Changelog
- Converted the entire project from the .NET Framework to .NET Core 5.0.
- Added a button to test out the generated signature for easy debugging when restarting multiple process instances.
- Moved the different output modes to under
File -> Output Modes
. - Added an about form and also fancy icons in some places.
- There is now a
#define X64BIT
check internally that automatically changes betweenInt32
toInt64
depending on the build mode.