能力值:
( LV12,RANK:340 )
|
-
-
2 楼
dll、so这些动态链接库,好像也属于可执行文件吧,不过不能直接运行就是了。
windows下的upx好像是可以加密dll的。
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
当然可以压啦
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
我压了,可是解压不出来,你们 遇到过吗?UPX -D报错, 自己编译 源码 ./upx.out SS.so 这样压 ,成功,但是 ./upx.out -d ss.so就不行了,自己能压不能解,我也是醉了
|
能力值:
( LV6,RANK:90 )
|
-
-
5 楼
upx是不能加密so文件的,so库的加密得另想办法
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
这个SO是标准的ELF文件啊,readelf -a 显示的都正常,但是为什么不能压缩呢?
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: DYN (Shared object file)
Machine: Advanced Micro Devices X86-64
Version: 0x1
Entry point address: 0x9dc0
Start of program headers: 64 (bytes into file)
Start of section headers: 1041400 (bytes into file)
Flags: 0x0
Size of this header: 64 (bytes)
Size of program headers: 56 (bytes)
Number of program headers: 6
Size of section headers: 64 (bytes)
Number of section headers: 38
Section header string table index: 35
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
android的SO也是用UPX压缩啊?为什么那个就可以呢?为什么这个就要特殊处理,实在不明白?要特殊处理哪里啊?
|
|
|