|
|
#1 |
|
Junior Member
Join Date: Jun 2011
Posts: 1
|
plugin written in assembly
hi all,
does anybody have the source code of a working plugin written in assembly language? Any help will be appreciated deeply. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
You have http://nsis.svn.sourceforge.net/view...92&view=markup
A plugin is just a normal win32 dll with (cdecl) function exports, take a look at the C sample, it should contain all the information you need... IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You could always disassemble too. You could make a debug build of a DLL and insert a breakpoint and then run that (use VS's Attach to process option). I have done that in the past to make some optimisations via inline assembly in C code to gain extra marks in my Uni degree
.Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|