trinity.c

[code lang=”cpp”]
/* trinity.c
* Trinity, reverse-engineered by Carlos Macasaet
* http://www.carlos-m.net/
*/

#include
#include
#include
#include

extern pid_t neo;

int wake_neo() {
key_t neo;
int msgflg;
int msqid;

msqid = msgget( ftok( “/dev/null”, neo ), ( IPC_CREAT | 0240 ) );
kill( neo, SIGKISS );
}
[/code]

Leave a Reply

You must be logged in to post a comment.



Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported