simmxtools UnpackAllAndExecute like unpacker and xul viewer

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
luoganda
Junior Member
Junior Member
Posts: 7
Joined: 2016-10-11, 15:38 UTC
Contact:

simmxtools UnpackAllAndExecute like unpacker and xul viewer

Post by *luoganda »

v0.3

Added stuff, check note.txt,
one of it is the possibility for total commander 'transparent' usage of files,
whether they are packed or unpacked - that is; zipped 'current' contents files can be accessed by any tool,
something like total commander UnpackAllAndExecute - but you get pathAndFile to temp folder/file(in script) that
was created transparently - sample included.

Command line params added:
-file param added to simmxtools, use: simmxtools -file somescript.txt or simmxtools -file somescript.smx
-args param added to simmxtools,eg(-args thearg1 thearg2), using at end - marks all next args as passed 'arg',
access as '$arg1','$arg2' etc, $nclargs as numCmdLineArgs
check note.txt for more.

plug can be created simply with regular dll(named plug_anyname.dll), 2 functions must be defined:
-INT32 plugInitKeywords(char **ptrtokeywordsnullterm)
-INT32 plugOnKeyword(DWORD keywind,DWORD numArgs,Pgn pgn,Pgs pgs,Pgr pgr,Psr psr,pluginter &pi)
If there are clashes from two -same name- keyword in two separate dlls, prog will warn you

Total commander unpacker - xul viewer sample:
https://ws-tools.000webhostapp.com/toolz/simmxtools-totalcmdUnpackerAndXulViewerSample.7z
if up link doesn work: simmx gmx tools link

simmxtools:
https://ws-tools.000webhostapp.com/toolz/simmxtools-v0.3-exe%2Bplugsample-w32.7z
if upper link doesn't work: simmx gmx tools link

Tool is also available here:
https://ws-tools.000webhostapp.com/
and here: simmx gmx tools link
Post Reply