mirror of https://github.com/Nonannet/pelfy.git
Compare commits
4 Commits
fc12bc769b
...
e6732cb86e
| Author | SHA1 | Date |
|---|---|---|
|
|
e6732cb86e | |
|
|
345b0e6db8 | |
|
|
842be33939 | |
|
|
4330c4015a |
|
|
@ -589,9 +589,6 @@ class elf_file:
|
|||
if name == 'R_ARM_THM_MOVT_ABS':
|
||||
return imm16 << 16
|
||||
return imm16
|
||||
if '_THM_' in name:
|
||||
warnings.warn(f'Thumb relocation addend extraction is for {name} not implemented', stacklevel=2)
|
||||
return 0
|
||||
if '_MIPS_' in name:
|
||||
warnings.warn('Warning: MIPS relocations addend extraction is not implemented', stacklevel=2)
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue