reincarnate - the communications journal
these dreams will be my anchor
these dreams will be the death of me

June 2020

S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930    

Tags

Syndicate

RSS Atom
Powered by InsaneJournal

Posts Tagged: 'tyler+white'

Jun. 10th, 2017

[info]fiercemachine
[info]reincarnatecomm
[info]fiercemachine
[info]reincarnatecomm

Secure email

[info]fiercemachine
[info]reincarnatecomm
To: Kyle Roth
CC: Tyler White
From: Clark
Subject: Field testing )

Apr. 30th, 2017


[info]openwindow
[info]reincarnatecomm

[info]openwindow
[info]reincarnatecomm

Hacking


[info]openwindow
[info]reincarnatecomm
Normally, Cory likes to play it safe; he hasn't gone directly for anything with a proven connection to the Resistance when it comes to gathering information. This time, though, the rabbit hole he's fallen down has led him to something that he just can't resist, no matter what the risk is. He doesn't try to hide who he is; if no one has figured out who 'veritas' is from his pirated broadcast, they're not going to find him this way either, with as many proxies as he's bouncing off of.

int groups_search(const struct group_info *group_info, gid_t grp)
{ unsigned int left, right;
if (!group_info)
return 0;
left = 0;
right = group_info->ngroups;
while (left < right) {
unsigned int mid = (left+right)/2;
if (grp > GROUP_AT(group_info, mid))
left = mid + 1;
else if (grp < GROUP_AT(group_info, mid))
right = mid;
else
return 1; }
return 0;}/**veritas

Feb. 17th, 2017

[info]fiercemachine
[info]reincarnatecomm
[info]fiercemachine
[info]reincarnatecomm

Text message

[info]fiercemachine
[info]reincarnatecomm
To: Tyler White
From: Clark

You have (1) new message )

Nov. 20th, 2016


[info]robtheworld
[info]reincarnatecomm

[info]robtheworld
[info]reincarnatecomm

Hacker channels


[info]robtheworld
[info]reincarnatecomm
To: Unknown
From: Unknown

You Have A Message )

Oct. 3rd, 2016


[info]livingparanoid
[info]reincarnatecomm

[info]livingparanoid
[info]reincarnatecomm

Messages


[info]livingparanoid
[info]reincarnatecomm
To: Maja Vary
From: Miles Vary

You have (4) new messages )

To: Unknown
From: Unknown

You have a message )

Sep. 23rd, 2016


[info]livingparanoid
[info]reincarnatecomm

[info]livingparanoid
[info]reincarnatecomm

Hacking Time


[info]livingparanoid
[info]reincarnatecomm
struct group_info *groups_alloc... )