Compare commits

..

2 Commits

Author SHA1 Message Date
Nicolas Kruse de88f387e9
version bumb to 1.0.4 2025-10-30 21:04:49 +01:00
Nicolas 5ee63efeb7 Bit size for R_AARCH64_*_ABS_LO12_NC relocations fixed 2025-10-30 16:08:38 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "pelfy"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]

View File

@ -447,9 +447,9 @@ relocation_table_types = {
280: ("R_AARCH64_CONDBR19", 19, "S + A - P"),
282: ("R_AARCH64_JUMP26", 26, "S + A - P"),
283: ("R_AARCH64_CALL26", 26, "S + A - P"),
284: ("R_AARCH64_LDST16_ABS_LO12_NC", 16, "S + A"),
285: ("R_AARCH64_LDST32_ABS_LO12_NC", 32, "S + A"),
286: ("R_AARCH64_LDST64_ABS_LO12_NC", 64, "S + A"),
284: ("R_AARCH64_LDST16_ABS_LO12_NC", 12, "S + A"),
285: ("R_AARCH64_LDST32_ABS_LO12_NC", 12, "S + A"),
286: ("R_AARCH64_LDST64_ABS_LO12_NC", 12, "S + A"),
287: ("R_AARCH64_MOVW_PREL_G0", 16, "S + A - P"),
288: ("R_AARCH64_MOVW_PREL_G0_NC", 16, "S + A - P"),
289: ("R_AARCH64_MOVW_PREL_G1", 32, "S + A - P"),