|
发表于 2013-5-31 03:39:17
|
显示全部楼层
Hello,
I've seen that KeepEasy has a working version of the patched libagsl.so for ADS2012.08 in Linux. Please, can you share the modifications that you did to the library? I compared the patched libraries for windows and they only differ in these offsets:
$ cmp -l agsl.dll-64 agsl.dll-patched-64 | awk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strtonum(0$3)}'
0004D201 48 33
0004D202 81 C0
0004D203 EC C3
000E33B1 4C 33
000E33B2 89 C0
000E33B3 4C C3
$ cmp -l agsl.dll-32 agsl.dll-patched-32 | awk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strtonum(0$3)}'
0004AAF1 55 33
0004AAF2 8B C0
0004AAF3 EC C3
000ED301 55 33
000ED302 8B C0
000ED303 EC C3
001055E1 55 33
001055E2 8B C0
001055E3 EC C3
Thanks for your help! |
|