Auto-fix Style/UnpackFirst offenses
This commit is contained in:
parent
7193229b42
commit
b87782ef7d
@ -21,11 +21,11 @@ module ELFShim
|
|||||||
ARCHITECTURE_AARCH64 = 0xB7
|
ARCHITECTURE_AARCH64 = 0xB7
|
||||||
|
|
||||||
def read_uint8(offset)
|
def read_uint8(offset)
|
||||||
read(1, offset).unpack("C").first
|
read(1, offset).unpack1("C")
|
||||||
end
|
end
|
||||||
|
|
||||||
def read_uint16(offset)
|
def read_uint16(offset)
|
||||||
read(2, offset).unpack("v").first
|
read(2, offset).unpack1("v")
|
||||||
end
|
end
|
||||||
|
|
||||||
def elf?
|
def elf?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user