1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

let us see the relocation info in the disassembled stubs

This commit is contained in:
László Molnár 2006-08-23 14:43:37 +02:00
parent 3574b065d6
commit 62e29a6546

View File

@ -157,7 +157,7 @@ define tc.default.embed_objinfo
$(call tc,m-objcopy) --strip-unneeded $2 $(call tc,m-objcopy) --strip-unneeded $2
$(call tc,m-objcopy) -R .text -R .data -R .bss $2 $(call tc,m-objcopy) -R .text -R .data -R .bss $2
$(call tc,m-objcopy) -R .comment -R .note -R .reginfo $2 $(call tc,m-objcopy) -R .comment -R .note -R .reginfo $2
$(call tc,m-objdump) -D $2 | $(RTRIM) > $2.disasm $(call tc,m-objdump) -Dr $2 | $(RTRIM) > $2.disasm
$(call tc,m-objdump) -trwh $2 | $(RTRIM) > $2.dump $(call tc,m-objdump) -trwh $2 | $(RTRIM) > $2.dump
cat $2.dump >> $2 cat $2.dump >> $2
endef endef