网址如下
& F( ]9 d5 u5 u4 K* x4 R3 j! Jhttp://aluigi.org/mytoolz.htm
4 _( }0 R8 m1 P! l i0 F! r4 }0 W0 O3 [/ L# b1 P8 I
里面有不少可以用于汉化的好冬冬。
8 v4 J- v$ u6 b" l先介绍几个
! O6 S9 ]6 @$ `2 S: I6 s8 s% n) o8 v" q8 z3 P1 |
unlzw 0.1.2 (unlzw)
# P# B% ~1 p5 \9 K! O1 v j0 h o( wsimple LZW memory decompression function in use on the Vietcong games, it's seems compatible with the algorithm used in the compress (*.Z) utility.
; c5 @" A, d6 g1 M" B% t能解Lzw的c源代码
! H; ]0 m5 J# K* U5 r1 M) N2 V& W9 P: a6 \8 g$ d; Q# X/ G2 B/ ]
unlzss 0.1 (unlzss)) F% [8 F8 L- i# R1 d0 G( g
function for a LZSS/LZ77 memory decompression used on the games developed by Cauldron." N, N5 ^) Z% L: P8 y8 T
能解Lzss的c源代码
9 H) O2 ]. r; ?' z7 | i4 Z1 p8 T: W U' q* b$ \( |
Xor 0.2 (xor)# @" a8 r( a/ r" D w% ?" o
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.
, b& O a7 I8 S j异或工具
. l# j& Y3 g* p( O- Q& i5 {6 I5 ~3 N! V9 l0 l4 H% M$ S; p+ G
DLL proxy skeleton generator 0.1.1a (dllproxyskel)* c& V. P) `+ q' [
quick tool for generating a base C code to use for proxifying the exported functions of any DLL.
% u/ U/ h; Q+ L6 {# O: wwith 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.
: X6 }2 E6 ^- |3 j$ jmy Proxocket project is an example of result obtained through this tool.
/ K7 L/ z) [* \0 t E 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).. V; @ j! V! ], u4 i9 y
a DEF file is generated too, it's needed to keep the ordinal values of the exported functions.; j: P0 M, v* j
there is also another small tool which simply lists all the exported ordinals and functions of a DLL.1 M& \+ v8 q! ^( h' B5 `
代理DLL生成工具 |