Calle Svensson
Calle Svensson
> When the refactoring of the code type is done, then this PR will have to be redone, although the changes caused by refactoring will be slight. Great. Do you...
Yeah that sounds good. As soon as the interface is set I can update this and include the other changes you have mentioned above and then you can just hold...
Hi again @rocky ! I thought about giving this another look. What is the status of the code object interface at the moment? Do you think the base is there...
Ok, I submitted a pull request and some questions regarding the fix. Please have a look.
Yup, this seems to be the problem. 1.60.0 works, 1.61.0 fails. So we need to change some details about how the linking is done?
Reviving this, would be awesome if all challenges could be published. :)
To clarify, unless I'm mistaken, the following challenges are missing: * Secure filesystem * Secure filesystem 1.92r1 * Impostor * FridgeJIT * Weird Machine * Revenge * ESCAlate * Twist...
Would be solved by https://github.com/zardus/preeny/pull/46
The proper term for these are apparently ["indirect functions"](https://sourceware.org/glibc/wiki/GNU_IFUNC)
I tried to implement this in pwntools by emulating the function using Unicorn but it quickly became pretty messy. Instead, I ended up writing this small tool to dump the...