This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ImHex
mirror of
https://github.com/WerWolv/ImHex
Watch
1
Star
0
Fork
You've already forked ImHex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
python_scripting
ImHex
/
plugins
/
script_loader
/
templates
/
CSharp
/
ImHexLibrary
/
Library.cs
9 lines
120 B
C#
Raw
Permalink
Blame
History
using
ImHex
;
public
class
Library
{
public
static
void
Initialize
(
)
{
Logger
.
RedirectConsole
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink