网址如下
& Q3 R0 F: Y4 _' ohttp://aluigi.org/mytoolz.htm' d, _2 g$ S3 m7 w' U9 t
7 @2 e8 F! m; O- c. Y里面有不少可以用于汉化的好冬冬。( W! Z) z, W8 v4 O
先介绍几个: T1 m1 O. z% ^5 V- T( u
7 \3 D3 V3 y! C0 w+ J/ L8 l( f8 punlzw 0.1.2 (unlzw)
4 C* U% g4 y2 _6 G& f5 ksimple LZW memory decompression function in use on the Vietcong games, it's seems compatible with the algorithm used in the compress (*.Z) utility.
5 I( w+ S. |# a7 C6 B能解Lzw的c源代码9 D& r, T6 H! f
. D! f3 j& c- D) e% Z ]unlzss 0.1 (unlzss)
9 d/ N7 @8 f. F- `+ lfunction for a LZSS/LZ77 memory decompression used on the games developed by Cauldron.
; Z `0 U/ c( r8 h# X4 A能解Lzss的c源代码4 _4 p% B/ \' M; S
- F' p4 v) F' [( h( { v# p+ F: OXor 0.2 (xor)( ~" t G2 o ]6 ^" G
simple tool for XORing an input file with a byte or a key chosen by the user, which can be a file, a string or a sequence of hex bytes., ~# ~7 P4 o0 m( t8 \/ v. m
异或工具' A% ^: O) o% Y& g! N. x) d
7 L) g l' c4 S# o- `
DLL proxy skeleton generator 0.1.1a (dllproxyskel)
; T% x7 v+ S1 v5 k' M# u4 o+ Vquick tool for generating a base C code to use for proxifying the exported functions of any DLL. N. j4 O# S. h3 h( J
with the resulted code is a lot more simple and easy to hook a specific function of a dll (like recvfrom or sendto and so on) so that then is only needed to modify the wanted functions to hook.
7 x9 _7 J% \7 c7 R, b9 N5 Cmy Proxocket project is an example of result obtained through this tool.
3 ^- `( a' O3 b: {1 u$ y7 lthe generated C source code is gcc/Mingw compatible, it's commented to allow an easier customization, has a small example about wsock32/ws2_32 and is written with the compatibility in mind (to avoid problems with some gcc options like -fomit-frame-pointer).$ c2 M2 J% d' y! B& Z* x
a DEF file is generated too, it's needed to keep the ordinal values of the exported functions.
0 B8 Z8 E- A6 R3 Othere is also another small tool which simply lists all the exported ordinals and functions of a DLL.* j3 O8 O) d# J# O% |
代理DLL生成工具 |