Skip to content

Does exactly what the title says, removes Point Mutations. Only supported with 2D points at the moment.

Notifications You must be signed in to change notification settings

DevT02/PointMutationRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PointMutationRemover

This remover removes 2d point mutations. It's very basic so there is a slight possibility of it not working with some. Just a warning, BIN/DEBUG is NOT UPDATED by me anymore! Head on over to releases.

Example of what it does

Original Code:

int test = new Point(123, 312).X
Console.WriteLine(test);

Final:

int test = 123;
Console.WriteLine(test);

How to use

Drag and drop exe file protected with point mutations. Use de4dot to clean the file, then re-use the point remover.

Help?

You could always open an issue and i will happily look into it. Or you could DM me (check my github homepage)

About

Does exactly what the title says, removes Point Mutations. Only supported with 2D points at the moment.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages