# Author: Mohamed Aly # Date: 10/7/2010 ============================================================================ REAL TIME LANE DETECTOR SOFTWARE ================================================================ ============ This package contain
OllyDbg 1.08b is a 32-bit assembler-level analyzing debugger for Microsoft(R) Windows(R) with intuitive interface. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. It predicts contents of registers,
Python 写的一个文本文件转码
# ChangeFileEncoding
this is a cmdline program
```
Usage: ChangeFileEncoding
Such As: ChangeFileEncoding ./test.txt utf-8
```
example:
```
#! /bin/sh
for i in $(find -name "*.c");do ChangeFileEncoding $i utf-8;done
for i in $(f