You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a very small test shared lib and a small test binary that uses that lib, I get a segfault at runtime if I've run the library through etharden, even with the --nop flag. I'm getting the same segfault in my own tool without modifying the ELF file- just parse and then generate.
If necessary, I can supply the code, but there's nothing special about it. The library is built with various combinations of the following flags:
With a very small test shared lib and a small test binary that uses that lib, I get a segfault at runtime if I've run the library through etharden, even with the --nop flag. I'm getting the same segfault in my own tool without modifying the ELF file- just parse and then generate.
If necessary, I can supply the code, but there's nothing special about it. The library is built with various combinations of the following flags:
gcc: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
The text was updated successfully, but these errors were encountered: