From 44d7e3a51bbebd111b7bfade129cf8661aa5b905 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Sat, 3 Apr 2021 21:17:22 +0300 Subject: [PATCH] dictionary: section types: add missing section type --- macholibre/dictionary.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macholibre/dictionary.py b/macholibre/dictionary.py index 988f39e..8312dda 100644 --- a/macholibre/dictionary.py +++ b/macholibre/dictionary.py @@ -157,7 +157,8 @@ 0x12: 'THREAD_LOCAL_ZEROFILL', 0x13: 'THREAD_LOCAL_VARIABLES', 0x14: 'THREAD_LOCAL_VARIABLE_POINTERS', - 0x15: 'THREAD_LOCAL_INIT_FUNCTION_POINTERS' + 0x15: 'THREAD_LOCAL_INIT_FUNCTION_POINTERS', + 0x16: 'INIT_FUNC_OFFSETS', } operators = {