| bio | website | deetah.jogger.pl |
|---|---|---|
| location | Łódź, Poland | |
| age | 22 | |
| visits | member for | 6 months |
| seen | May 19 at 11:30 | |
| stats | profile views | 8 |
My main programming interests are: C++, Linux, Bitcoin, PSP/PS3 hacking, web scraping, PHP and Python. I currently study IT in Łódź, Poland.
|
May 6 |
comment |
VCS to manipulate returned trees to prevent leaks? @Adnan: I did a search here (didn't really think of programmers.stachexchange.com) and couldn't find anything that fitted the idea. Though from the quick reading of threads you linked to, it looks like, as Xander put it, it's just not worth it. And I can pretty much believe it. |
|
May 6 |
comment |
VCS to manipulate returned trees to prevent leaks? And more seriously, that's interesting. I wonder why nobody thought of it. |
|
May 6 |
comment |
VCS to manipulate returned trees to prevent leaks? Not really a surprise that nobody felt it's worth anything to leak Vista code :D |
|
May 6 |
comment |
VCS to manipulate returned trees to prevent leaks? I thought that it might be an issue when there are many developers working on the project and it would definitely be worth a lot if leaked... Like MS Windows code for example. |
|
May 4 |
comment |
A filesystem with chunks hidden all over the internet? @TildalWave: Thanks! Please post it as an answer so I can plus you up. |
|
Apr 23 |
comment |
Is it possible to configure any of wifi protocols so that the network is undetectable? I answered your question from the first paragraph in an edit of my original post. |
|
Feb 21 |
comment |
An OS that does not trust its RAM? How about allocating as much RAM as possible and putting an encrypted swapfile then? |
|
Feb 20 |
comment |
An OS that does not trust its RAM? Not really, I think. |
|
Jan 26 |
comment |
Processor microcode manipulation to change opcodes? I agree it would be susceptible to reverse engineering, but it would also make it harder to exploit such a system - payloads wouldn't work because the attacker wouldn't know the instruction set. And it would be faster than a virtual machine solution. |
|
Jan 26 |
comment |
Processor microcode manipulation to change opcodes? Awesome answer! BTW, with Linux I guess that preparing such a custom OS would be pretty easy, perhaps hacking the assembler would be enough? |