首页 > 资源共享 > Aspxshell 1.1 开源发布

Aspxshell 1.1 开源发布

2008年11月4日 发表评论 217 views 阅读评论

作者:cnqing

一、目录结构
Aspxshell
├─插件目录
├─插件目录
├─…….
├─…….
└─Loader 程序加载器
├─bin
│ ├─Debug 程序发布目录
│ │ └─remoter 插件远程程序集目录
。。。。。


二、客户端向服务端POST数据结构

程序集 nbyte 长度定义在cookie[“psw”]
参数长度 4 byte 定义参数长度
参数 nbyte 自定义的参数内容
2进制附件 nbyte 2进制形式的附件内容

三、插件构成
每个插件又一个本地模块和一个远程模块构成。
本地模块(dll)输出到根目录,远程模块输出到remoter目录。

四、下载

aspxshell http://aspxshellsvn.googlecode.com/files/aspxshell1.1_all.rar
插件示例 http://aspxshellsvn.googlecode.com/files/demo.rar
exe http://aspxshellsvn.googlecode.com/files/Publish.rar
SVN http://code.google.com/p/aspxshellsvn

相关文章

分类: 资源共享 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.