NSIS decompiler
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Anyone familiar with NSIS decompiler (google wasn't :-) ) Thanks, E 回答1: How to access the NSIS Installer Script? Okay that's the big topic for that post. http://netcologne.dl.sourceforge.net/project/nsis/NSIS%202/2.09/nsis-2.09-src.tar.bz2 nsis-2.09-src\Source\exehead\fileform.c nsis-2.09-src\Source\exehead\fileform.h #define FH_SIG 0xDEADBEEF // neato surprise signature that goes in firstheader. :) #define FH_INT1 0x6C6C754E // 'Null' #define FH_INT2 0x74666F73 // 'soft' #define FH_INT3 0x74736E49 // 'Inst' typedef struct { int flags; //