<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ornithemc.net/index.php?action=history&amp;feed=atom&amp;title=Signature_Changer</id>
	<title>Signature Changer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ornithemc.net/index.php?action=history&amp;feed=atom&amp;title=Signature_Changer"/>
	<link rel="alternate" type="text/html" href="https://wiki.ornithemc.net/index.php?title=Signature_Changer&amp;action=history"/>
	<updated>2026-04-29T03:13:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.ornithemc.net/index.php?title=Signature_Changer&amp;diff=49&amp;oldid=prev</id>
		<title>Space Walker: add Signature Changer page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ornithemc.net/index.php?title=Signature_Changer&amp;diff=49&amp;oldid=prev"/>
		<updated>2025-08-13T09:10:56Z</updated>

		<summary type="html">&lt;p&gt;add Signature Changer page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Signature Changer is a tool to patch generic type signatures for classes, fields, and methods in Java class files. It takes in a [[Sparrow]] data file and applies those patches to a jar file. This tool was originally created by [https://github.com/Gaming32 Gaming32].&lt;br /&gt;
&lt;br /&gt;
== Generic Type Signatures ==&lt;br /&gt;
&lt;br /&gt;
Classes, fields, methods, and variables all define their generic type signatures in Java class files.&lt;br /&gt;
&lt;br /&gt;
Obfuscators such as [https://www.guardsquare.com/proguard ProGuard] may remove them to shrink the jar file size. This is generally not a problem, since it does not affect the runtime behavior of a Java application. However, they do make a difference at &amp;#039;&amp;#039;compile time&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Generics are a useful tool for writing type-safe code. However, if the generic type signatures are missing,  code can become bothersome to write and more prone to errors.&lt;br /&gt;
&lt;br /&gt;
== Signature Changer ==&lt;br /&gt;
&lt;br /&gt;
Exceptor patches the generic type signatures in a jar using a [[Sparrow]] data file. It has the following features:&lt;br /&gt;
&lt;br /&gt;
* Removing, adding or modifying generic type signatures for classes, fields, and methods.&lt;br /&gt;
* Generating a [[Sparrow]] file from a given jar file.&lt;/div&gt;</summary>
		<author><name>Space Walker</name></author>
	</entry>
</feed>