Hacker News new | ask | show | jobs
by floor_ 2484 days ago
Fun trick you can do, at least on windows, it to append your data to the program's file with the offset as the very last thing you write so that it's easy for it to find. I've run various programs like this through virus scanners and the only type to false flag it were the "neural network ai" scanners. So that shouldn't be a problem.
2 comments

Can you give me an example of the C code with the offset. I'm not sure I follow but I'm interested in trying this out.

Thanks