Skip to content

Commit

Permalink
Fixed PPC specs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jan 11, 2022
1 parent 29a9925 commit adcc1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Expand Up @@ -699,7 +699,7 @@ class Elf:
"""Basic ELF parsing.
Ref:
- http://www.skyfree.org/linux/references/ELF_Format.pdf
- http://refspecs.freestandards.org/elf/elfspec_ppc.pdf
- http://refspecs.linuxfoundation.org/elf/elfspec_ppc.pdf
- http://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi.html
"""
ELF_32_BITS = 0x01
Expand Down

0 comments on commit adcc1d4

Please sign in to comment.