Skip to content

Releases: ItsBranK/SignatureMaker

ItsBranK's Signature Maker v2.8

20 Dec 09:38
Compare
Choose a tag to compare

Changelog

  • Upgraded the project from .NET 8.0 to .NET 9.0.

ItsBranK's Signature Maker v2.7

03 Jan 14:14
Compare
Choose a tag to compare

Changelog

  • Internal code refactoring.
  • Changed the release name from x32 to x86.

ItsBranK's Signature Maker v2.6

02 Jan 11:12
Compare
Choose a tag to compare

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

17 Nov 08:56
Compare
Choose a tag to compare

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 and x32 archetypes.
  • Slight code reorganization.

ItsBranK's Signature Maker v2.4

11 Apr 03:56
Compare
Choose a tag to compare

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

21 Nov 15:26
Compare
Choose a tag to compare

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

21 Aug 06:38
Compare
Choose a tag to compare

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 between Int32 to Int64 depending on the build mode.