From 67786b93847e4d2978ecab69616d59d0fcde1e4c Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 7 Mar 2019 01:32:27 +0100 Subject: [PATCH] Add missing SectionHeaderTypes --- src/main/java/rpx/RPXFileSystem.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/rpx/RPXFileSystem.java b/src/main/java/rpx/RPXFileSystem.java index 3c559f6..398d89a 100644 --- a/src/main/java/rpx/RPXFileSystem.java +++ b/src/main/java/rpx/RPXFileSystem.java @@ -59,6 +59,8 @@ public class RPXFileSystem implements GFileSystem { public static final int SHF_RPL_ZLIB = 0x08000000; public static final int SHT_NOBITS = 0x00000008; + public static final int SHT_RPL_EXPORTS = 0x80000001; + public static final int SHT_RPL_IMPORTS = 0x80000002; public static final int SHT_RPL_CRCS = 0x80000003; public static final int SHT_RPL_FILEINFO = 0x80000004;