Filter out special character in json 2012-11-29 3.1K $str="`!@#$%^&*()_+[]\{}|;':\",./?"; $str=str_replace("\\","\\\\", $str); $str=str_replace("\"","\\\"", $str);
Dev target 2013/02 2012-11-28 4K 1) port peter-bochs to qemu 2) finish new lib stub open() 3) make the libc layer fully working 4) Pass… dev diary
qemu-kvm is much slower than qemu for single-step 2012-11-28 3.5K I can do 1500 single-steps per second in qemu. But i can only do 148 in qemu-kvm. I test it…
fail to single step qemu 2012-11-21 3.7K Hi all I created a simple debug server on qemu, it receives command from tcp, but when i try to…