Old 6th June 2011, 19:23   #1
asdas
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.
asdas is offline   Reply With Quote
Old 7th June 2011, 07:11   #2
Anders
Moderator
 
Anders's Avatar
 
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
Anders is offline   Reply With Quote
Old 7th June 2011, 08:51   #3
Afrow UK
Moderator
 
Afrow UK's Avatar
 
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
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump