Ivan Permyakov
Ivan Permyakov
It seems your has a bug here: > for (int i = 0; i < count; i++) { > var instruction = items [i]; > instruction.offset = offset; > offset...
- ConfuserEx Version: 1.6.0 - Target Framework: 4.7.2 - Operating System: Windows 10 x64 Steps to Reproduce: ``` using System.Windows.Forms; using DevExpress.XtraBars; using DevExpress.XtraEditors; namespace Test { public class Form1...
Windows doesn't strip sections with IMAGE_SCN_MEM_DISCARDABLE from the image in the user mode: https://github.com/fancycode/MemoryModule/blob/5f83e41c3a3e7c6e8284a5c1afa5a38790809461/MemoryModule.c#L273 So these sections have wrong access for EXE/DLL files.
https://github.com/vurtun/lib/blob/5a3f3aba052e63ffae8eb0214c6bb8ffffedea3c/sdefl.h#L735 Need to add the following code before calling of sdefl_compr: ` s->seq_cnt = 0; `