Closed gabrielesvelto closed 3 weeks ago
The code here checks whether an entry in the TLS callback list is the terminator only after having tried to load it. For executables with an empty callback list which contains only the terminator, parsing will fail.
This was fixed in https://github.com/m4b/goblin/pull/425
The code here checks whether an entry in the TLS callback list is the terminator only after having tried to load it. For executables with an empty callback list which contains only the terminator, parsing will fail.