网址如下+ f! `: l2 _9 A
http://aluigi.org/mytoolz.htm
# ]9 j6 t W! n1 z1 c+ }: B9 |- {5 C8 z4 Y
里面有不少可以用于汉化的好冬冬。0 E3 o9 [% o- X
先介绍几个
. ]: q% x" A; x7 w
, ] q( [5 T$ T/ E: M* Qunlzw 0.1.2 (unlzw)8 O5 y& g2 f4 b' k; ^. ]. [
simple LZW memory decompression function in use on the Vietcong games, it's seems compatible with the algorithm used in the compress (*.Z) utility.
: b2 r9 \; l% R! y能解Lzw的c源代码1 A: D M6 J" w7 ~% ~" u, S
|" f% w# D4 k6 U* |unlzss 0.1 (unlzss)# }( Z. D" X# |
function for a LZSS/LZ77 memory decompression used on the games developed by Cauldron.
% g! R, G$ P% y( d( i# x' J能解Lzss的c源代码
0 T; ]8 q; v4 [ U0 Q# J, E# K3 W" p3 o
Xor 0.2 (xor)
1 m# h. w( |% U& i7 usimple 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.- E/ l4 {5 }3 R' {1 a5 r/ p% e
异或工具! o! x) Q1 _/ ~( }. j$ J
+ m4 E- M: g3 }( JDLL proxy skeleton generator 0.1.1a (dllproxyskel)+ f7 \4 g( r4 B$ a0 W' W
quick tool for generating a base C code to use for proxifying the exported functions of any DLL.
8 f' U, V {1 T& r( }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.! {% y) p- _$ M9 t% A7 W
my Proxocket project is an example of result obtained through this tool.
) f% y7 t% |- T z3 J% Q4 K3 z% Ythe 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).! s, Y& x: B; S$ y0 g A3 X( G
a DEF file is generated too, it's needed to keep the ordinal values of the exported functions.( U+ C% `' y& A: B3 A% o6 b' ~
there is also another small tool which simply lists all the exported ordinals and functions of a DLL.
) \8 o4 S* T C1 g3 O3 T代理DLL生成工具 |