[Mono-bugs] [Bug 79741][Wis] Changed - signcode creates bad signature when data follows the last PE section

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 27 03:39:58 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by elevine at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79741

--- shadow/79741	2006-10-27 03:28:09.000000000 -0400
+++ shadow/79741.tmp.3646	2006-10-27 03:39:58.000000000 -0400
@@ -50,6 +50,21 @@
 
 
 ------- Additional Comments From elevine at gmail.com  2006-10-27 03:28 -------
 Created an attachment (id=17920)
 example1.exe built with NSIS installer system
 
+
+------- Additional Comments From elevine at gmail.com  2006-10-27 03:39 -------
+Thanks for looking at this bug.  I've attached two test files:
+
+helloworld.exe is the following C file compiled with mingw using
+"i586-mingw32msvc-gcc -g -o helloworld.exe helloworld.c"
+
+#include <stdio.h>
+main() {int i = 0; printf("Hello World.");}
+
+example1.exe is the file created by "makensis example1.nsi" using the
+example1.nsi script from
+http://www.seas.gwu.edu/~simhaweb/java/lectures/appendix/installer/install.html
+with a tiny text file named MyProg.exe in place while running makensis.
+


More information about the mono-bugs mailing list