nsis-3.0a2-src\Examples\bigtest.nsi
against my new NSIS-Decompiler I encounter some compiling bug in WriteRegBin
regarding the Line
the data 'DEADBEEF01F00DBEEF' somehow will not find it's way into the compiled script. While the others work data of WriteRegBin just gets a string with length 0 ""WriteRegBin HKLM SOFTWARE\NSISTest\BigNSISTest "BinTest_deadbeef01f00dbeef" "DEADBEEF01F00DBEEF"
I guess the bug has something to do with the function
Source\build.cpp - add_db_data()
well it's just used 2 times(the other use is somewhat during File() ) so that bug has no great impact. However just thought it's nice to drop ya a note on than. 🙂
;/ #0024 33_ EW_WRITEREG: -7FFFFFFE 0345 0363 - 0378 0004 0004
WriteRegDWORD HKLM SOFTWARE\NSISTest\BigNSISTest DwordTest_0xDEADBEEF 0xdeadbeef
;/ #0025 33_ EW_WRITEREG: -7FFFFFFE 0383 03A1 - 03B2 0004 0004
WriteRegDWORD HKLM SOFTWARE\NSISTest\BigNSISTest DwordTest_123456 123456
;/ #0026 33_ EW_WRITEREG: -7FFFFFFE 03B9 03D7 - 03E6 0004 0004
WriteRegDWORD HKLM SOFTWARE\NSISTest\BigNSISTest DwordTest_0123 0123
;/ #0027 33_ EW_WRITEREG: -7FFFFFFE 03EB 0409 - 0362 0003 0003
WriteRegBin HKLM SOFTWARE\NSISTest\BigNSISTest BinTest_deadbeef01f00dbeef ''
Dump of 'NB_STRINGS'
Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F
00000350 49 53 54 65 73 74 5C 42 69 67 4E 53 49 53 54 65 ISTest\BigNSISTe
00000360 73 74 00 44 77 6F 72 64 54 65 73 74 5F 30 78 44 stDwordTest_0xD
00000370 45 41 44 42 45 45 46 00 30 78 64 65 61 64 62 65 EADBEEF 0xdeadbe