This PR intends to add support for .NET scripts that can extend ImHex's functionality in a portable and cross-platform way. --------- Co-authored-by: Justus Garbe <55301990+Nowilltolife@users.noreply.github.com>
10 lines
98 B
C#
10 lines
98 B
C#
using ImHex;
|
|
using System.Drawing;
|
|
|
|
class Script
|
|
{
|
|
public static void Main()
|
|
{
|
|
|
|
}
|
|
} |