网址如下1 _6 p) r6 O% N) _! J; ^0 d3 R! ~
http://aluigi.org/mytoolz.htm
$ E( q/ b( t7 F* {% Q( |' g- Q- j% m5 U; B2 T+ h" f; p
里面有不少可以用于汉化的好冬冬。6 h2 m G1 n4 i; k9 B
先介绍几个
) U }$ R( P& w: ?# N; ]- n1 r' ]
/ n2 k: h6 @8 I- T8 z, Lunlzw 0.1.2 (unlzw)
7 r$ Q3 b% K; e- qsimple LZW memory decompression function in use on the Vietcong games, it's seems compatible with the algorithm used in the compress (*.Z) utility.. q+ ]2 b e Y8 S
能解Lzw的c源代码
/ ?8 `( B' o6 G3 z ]; y5 G* [9 m: ^! w5 Z
unlzss 0.1 (unlzss)
) a+ b6 ~$ ^; K' g6 |" W5 z3 _4 }function for a LZSS/LZ77 memory decompression used on the games developed by Cauldron.
, _; p$ O$ G$ p2 _6 K能解Lzss的c源代码' b9 n$ \: o6 g' e7 T5 @
8 R% v/ m2 @) a5 f$ b* s6 v! C
Xor 0.2 (xor)' x; w2 `% G9 Y5 D1 E
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.
4 b6 j: Q0 ^* _! X0 t' V7 G异或工具
' W" p7 ]* c ~( ]4 D+ ^7 \8 m$ K
DLL proxy skeleton generator 0.1.1a (dllproxyskel)
9 t2 k d6 x1 X5 {. B7 bquick tool for generating a base C code to use for proxifying the exported functions of any DLL.
: B$ @& B/ z2 X5 c7 jwith 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.
) k) X2 @: I0 ?9 G+ Pmy Proxocket project is an example of result obtained through this tool.; q, ~1 ^" C' X8 x) w c
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).
* ^& b- d& H8 p: Qa DEF file is generated too, it's needed to keep the ordinal values of the exported functions.+ ^" e1 A* {! J6 X" ?9 P; D
there is also another small tool which simply lists all the exported ordinals and functions of a DLL.
/ M' ~ M) y" G代理DLL生成工具 |