| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 7 at 15:41 | |
| stats | profile views | 11 |
|
6h |
awarded | Popular Question |
|
Apr 25 |
comment |
Sending binary data to gets() Turns out $ cat SC - | ./victim works. See my answer below. |
|
Apr 25 |
answered | Sending binary data to gets() |
|
Apr 25 |
comment |
Sending binary data to gets() @lgeorget Can you elaborate? $ cat SC | ./victim has the same problem because the EOF from the cat is seen by the shell, so it terminates. |
|
Apr 25 |
awarded | Commentator |
|
Apr 25 |
comment |
Sending binary data to gets() I use PuTTY... no idea how to get this "raw mode" you speak of. But if I could, that would solve my problem. |
|
Apr 25 |
asked | Sending binary data to gets() |
|
Mar 20 |
awarded | Popular Question |
|
Feb 1 |
awarded | Popular Question |
|
Jan 9 |
awarded | Popular Question |
|
Mar 23 |
awarded | Popular Question |
|
Feb 18 |
awarded | Yearling |
|
Nov 17 |
asked | Changing linked library for a given executable (CentOs 6) |
|
Nov 17 |
comment |
Execution of possibly harmful program on Linux I really intended my comment as a joke, but if you really can use it, that would be amazing. Honestly, the LiveCD answer (with RAMdisk) is a great solution. |
|
Nov 17 |
comment |
Execution of possibly harmful program on Linux Just run the program in linux in a browser (bellard.org/jslinux). It's a very good sandbox. :) |
|
Oct 29 |
comment |
How to find processor speed on Linux w/throttling What systems does this work for? It worked for me on CentOs, but file does not exist on Ubuntu 10.04. |
|
Oct 28 |
comment |
How to find processor speed on Linux w/throttling Unf the analogous line for me (CentOs 6, 2.6.32-71.el6.x86 kernel), is CPU0: AMD Opteron(tm) Processor 4184 stepping 01. |
|
Oct 27 |
asked | How to find processor speed on Linux w/throttling |
|
Oct 22 |
accepted | Fragmentation and ext4 |
|
Oct 21 |
comment |
Fragmentation and ext4 @Mat I'm worried that fallocate (or posix_fallocate) will take too long on some OSes, but I'll look into this; cheers. |