Closed agnosticlines closed 7 months ago
Thank you for your message.
To confirm the feasibility, we made a small loader, and we called it zpoline_loader
in the paper.
We have not made its implementation public because it has only limited functionalities and is unhandy.
Are you patching the ld.so loader itself to have this functionality?
I believe this approach, applying patches to ld.so, is one of the best development options; while I have not done this yet, I will keep this in my future work list.
Thank you very much for reading our paper.
Thank you for your message.
To confirm the feasibility, we made a small loader, and we called it
zpoline_loader
in the paper.We have not made its implementation public because it has only limited functionalities and is unhandy.
Are you patching the ld.so loader itself to have this functionality?
I believe this approach, applying patches to ld.so, is one of the best development options; while I have not done this yet, I will keep this in my future work list.
Thank you very much for reading our paper.
Ah interesting, friend of mine is looking into doing whole system hooking which is why I ask about the loader, really enjoyed the paper, super novel concept and really liked the execution :)
Thank you for your kind words; we are so happy to hear that.
Please let me close this issue, and please feel free to reopen this or newly open another issue if you have further comments or questions.
Hey there, I've read the paper and see mentions to a
zpoline_loader
but can't find any code with that name, how does the loader work for statically linked binaries? Are you patching the ld.so loader itself to have this functionality?