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
This is a common occurrence with ELF produced by sstrip. It removes the section headers, which are required by several tools handling ELF files, including ht.
I made some patch a while ago to make the elf/image view show the in-memory view as done by the kernel (thus only relying on the program headers).
I think that's the right thing to do with the ELF of type ET_EXEC and ET_DYN.
Recently I've run into a crackme from the web-site http://crackmes.de/. Here is the link to binary http://crackmes.de/users/josamont/j333/, but it needs registration, so I've uploaded the binary here https://yadi.sk/d/WheWlZ1FdH8kF.
Running ht on this binary gives me segfault.
Here is the gdb backtrace: https://gist.github.com/yurket/2f70b1199db5aae3bfc5
The text was updated successfully, but these errors were encountered: