mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GP-598 removed ELF restriction on definition of 32-bit section header
values
This commit is contained in:
@@ -139,10 +139,6 @@ public class ElfSectionHeaderType {
|
||||
public final String description;
|
||||
|
||||
public ElfSectionHeaderType(int value, String name, String description) {
|
||||
if (value < 0) {
|
||||
throw new IllegalArgumentException(
|
||||
"ElfProgramHeaderType value out of range: 0x" + Long.toHexString(value));
|
||||
}
|
||||
this.value = value;
|
||||
this.name = name;
|
||||
this.description = description;
|
||||
|
||||
Reference in New Issue
Block a user