AMS PLUGIN MAKER

This english section.
HI FRIENDS

OK
DID AMSPM USE FLAT ASSEMBLER TO PRODUCE THE PLUGINS ??
OK

LOOK IN THE PATH
Program Files\\AmsPluginMaker\\Data\\Resource

IN MY CASE THE TEMPLATE FILE WAS NAMED 9240294.DAT

I CHANGE IT TO 9240294.ZIP
IT IS PASSWORDED
IN MY CASE THE PASSWORD WAS
004327892802480769698585903882293893984064072385782079435320

IS THIS DATA THE SAME IN ALL CASES ??
THAT IS THE QUESTION FOR NOW
THEN
I WILL GO ON TO ANOTHER POINT
THE UNPROTECTED ZIP LINK
http://www.up-00.com/?9cPY
IMPORTANT NOTICE
I SPEEK ABOUT VERSION 1.0 TRIAL
NOT 1.1 TRIAL
BECAUSE 1.1 HAVE A LIMITATION ON RUNNING PLUGINS ON OTHERS PC
AND HERE IS THE TEMP FILES THAT LOCATED IN
Documents and Settings\YOUR ACOUNT NAME\My Documents\AmsPluginMaker\Projects\Excel\Temp

THE PROJECT NAME WAS EXCEL (OPEN SOUECE ONE)

LINK OF THE HACKED TEMP FILES
http://www.up-00.com/?JtfY

THEY CONTAINS EVEN THE COMPILED FILE
CAN I EDIT OR COMPILE THEM BY MY SELF ??
LOL CAPS

SO, ITS CORRECTS THATS A CHUNK OF FLAT ASSAMBLER CODE ADAPTED TO IR SDK 2

AS THERES MULTIPLE WAYS TO GENERATE A DLL LIBRARY, USING ASM IS ONE OF THEM...

the plugin sdk is really easy to reproduce in any windows binary shared lib, as example thos plugins written on delphi, c#, purebasic... they rely on the compiler like this does.

as example i posted an object plugin thats not use MFC feature, because it ist relly needed at all to build objects or actions.

viewtopic.php?f=20&t=3014&p=38976

the thing with tjhis api is only you need to export an IAT of functions (getpluginactions,getpluginname... etc) and build a dll, with the complication in object to has to use thiscall and move the object over ecx to use it virtuals.

the thing with this is that this code is only a chunk, its missing some important windows includes and lua linking to be able of compiling yourself using flat assambler.

send me the url of the compiler and i will extract that chunk for you, it seems its a general chunk on all templates to compile it, only have to replace <-XXXXXXXXX-> by a value u want and thats all.

This is handy for plugins that will use lua only scripting but highly tedious to work with that... you still missing some important parts to succesfully compile by yourself
ok
i try to get the missing chunk in easy way
take a look at this file
http://www.up-00.com/?IloY

that file found at
Documents and Settings\your_account\Application Data\AmsPluginMaker\Temp

you can get the lmd in my third post
also try to extract the lmd file with 7-zip
take another look

the extracted files look promisy
under data section you wil get the plugin xml and some chunk added to it
thank you very much