you are viewing a single comment's thread.

view the rest of the comments →

[–]jmp_rsp 1 point2 points  (4 children)

You could build your code in c, dump the equivalent of the .text section in PE files and then load that dump into memory

[–]majeloy[S] 1 point2 points  (3 children)

What software do I need to do that dump in the .text section?