Граф коммитов

32 Коммитов

Автор SHA1 Сообщение Дата
Martin Karing a61661e5ec
Merge branch 'pr/188'
# Conflicts:
#	Confuser2.sln
2020-08-22 10:14:46 +02:00
Martin Karing f0d63046d6 Added unit test for issue 2020-08-16 18:00:48 +02:00
Ivan Kochurkin 92af27dbd0 Add SignatureMismatch2.Test and helper projects (TypeLoadException is thrown in complicated cases with inheritance if renPublic=true and several assemblies are involved, #187) 2020-08-13 01:07:35 +03:00
Martin Karing 26d069636d
Fixing debug renaming for dynamic referenced types (#169)
* Added unit test to reproduce the issue

* Fixed debug renaming
2020-07-12 14:36:38 +02:00
Martin Karing 9a13c6c990 refs #123 Resolve Inheritance for events and properties 2020-05-03 14:05:03 +02:00
Martin Karing dc7244eedd refs #118 Unit Test for Enhanced Strong Names 2020-02-24 19:19:12 +01:00
Martin Karing cd3add75d1 ConfuserEx Release 1.3
Set version number for release.
2019-09-30 13:26:20 +02:00
Martin Karing 2d25f7fbc0 refs #85 Added unit test to reproduce the issue 2019-09-18 19:43:10 +02:00
Martin Karing daa1edbf7c refs #78 Added unit test for issue 2019-09-01 10:45:14 +02:00
Martin Karing ab3dc517a8 refs #34 Added unit test to verify error 2019-03-24 18:54:34 +01:00
Martin Karing 4ee14a2a2a refs #25 Changing unit test for issue 2019-03-07 10:59:52 +01:00
Martin Karing 23f5e61a3c refs #25 Created unit test for issue 2019-03-06 10:45:41 +01:00
Martin Karing fbed1a2b02 Updated dnlib reference 2018-12-16 15:13:14 +01:00
Martin Karing 3a60e691bb Fixed handling of Windows Forms DataGridColumns
The compatibility mode for Windows Forms not recognises the
DataPropertyName of DataGridColumn and avoids renaming the properties
referenced there.

Also fixed the handling of the attributes in case the values are
duplicated on the evaluation stack.

Another fix for handling Bindings in Windows Forms was added also. The
binding constructor is now properly handled.
2018-08-13 11:55:02 +02:00
Martin Karing ff5b187505 Added unit test to verify issue #1
The renaming analysis fails in case a text block contains a [ but no
closing ].
2018-08-11 12:01:17 +02:00
Martin Karing a34ceeae99 Setting up tasks project for msbuild integration 2018-07-22 19:24:15 +02:00
Martin Karing 54eec7c46c Added test to verify AntiTamper protection.
This commit revealed a problem in the AntiTamper protection. The
AntiTamper protection is not properly applied to the assembly.
2018-07-20 23:58:24 +02:00
Martin Karing 1baa9da149 Moved XUnitLogger into additional assembly
The XUnitLogger is now in an additional assembly, so multiple UnitTest
assemblies are able to use it.
2018-07-20 22:55:02 +02:00
Martin Karing 170eea81b0 Adding appveyor builds
Also modified the AntiTamper thing to it actually compiles.
This may very well not work anyway. A significant amount of work
will be required to get thing AntiTamper thing working properly
again and working with all supported platforms.
2018-07-14 13:56:45 +02:00
Martin Karing 748c98ab82 Removed all the old update version stuff
The version handling is now done using Nerdbank.GitVersioning
2018-07-14 11:29:51 +02:00
Martin Karing 1ced06d476 Added UnitTest to cover compressor problem
Added a UnitTest that covers the crash of the compressor that occured
in case the assembly contained EmbeddedResources (such as ResX files).
2018-07-14 00:12:07 +02:00
Martin Karing 2bce5bb210 Updated Project System to SDK Style Projects
Preparing the .NET Standard compatibility
2018-07-11 00:50:12 +02:00
yck1509 ef274dc482 Add basic layout of GUI 2014-06-06 15:26:29 +08:00
yck1509 ea85b86581 Add build scripts 2014-05-31 01:11:53 +08:00
yck1509 20bcb82a62 added basic constant protection 2014-05-04 14:46:14 +08:00
yck1509 f6ec3f3d9d fixed nuget 2014-03-29 15:50:17 +08:00
yck1509 b92e4c50ad added anti debug & anti dump protection 2014-03-06 16:31:12 +08:00
yck1509 9c9f594df3 finished control flow protection 2014-03-06 00:36:15 +08:00
yck1509 5dcd79e7ec finish basic renamers, tested on Paint.NET 2014-02-09 02:33:32 +08:00
yck1509 578023de04 added basic renamer 2014-02-06 22:18:35 +08:00
yck1509 826a5fd9f8 Basic functionality finished. 2014-02-04 12:27:54 +08:00
yck1509 55a675d02e Created project, added basic API 2014-02-01 20:38:48 +08:00