网址如下
& A3 \ W( T1 C. C6 B( Jhttp://aluigi.org/mytoolz.htm7 F; w, T1 A7 n: l* H0 E! W/ u
, I3 S. M1 z" n! O" |* Q5 W$ A
里面有不少可以用于汉化的好冬冬。3 z/ ]2 O5 K& X7 o
先介绍几个
% l }' D' C0 n3 L
) ^1 o! [6 H0 x& P. |/ }unlzw 0.1.2 (unlzw)
# H& o+ ?! A" ?7 ^; ksimple LZW memory decompression function in use on the Vietcong games, it's seems compatible with the algorithm used in the compress (*.Z) utility.* H' e+ d/ k5 d6 R
能解Lzw的c源代码
0 Q3 p5 {$ c2 ?. |# H+ L' L& {+ v6 p# f
unlzss 0.1 (unlzss)
P& c/ }7 j; J" ?- Z' ffunction for a LZSS/LZ77 memory decompression used on the games developed by Cauldron.
9 I5 I4 U% d# W能解Lzss的c源代码
: d' _" ?) d3 ] @- I5 d
$ i( R2 h# j" H7 M# b( w# {; NXor 0.2 (xor)
$ X' D' b5 w0 p. f! ^8 q$ Jsimple 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 y4 Z- w$ [8 M. X- N8 S异或工具
1 }4 Y& D: G% X: M G+ o1 E6 P7 z8 W5 U$ x7 D ~. m
DLL proxy skeleton generator 0.1.1a (dllproxyskel)
9 R o1 g" e' p F. [ _& yquick tool for generating a base C code to use for proxifying the exported functions of any DLL.
% `8 m7 @4 z% {5 Nwith 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.
; ?) H R ]* |4 e3 r# Jmy Proxocket project is an example of result obtained through this tool., S& p' ~0 k+ J t3 d
the 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).
! m4 |( s* a/ p0 Ua DEF file is generated too, it's needed to keep the ordinal values of the exported functions.
5 U4 c1 t3 W2 Bthere is also another small tool which simply lists all the exported ordinals and functions of a DLL.
! [/ d, t, r9 J, [, E代理DLL生成工具 |