Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jun 7, 2013
1 parent 723ee29 commit 40e1f59
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Runtime C++ Editing library.
compile .cpps, load and link .objs (or .libs, .dlls), and update functions at runtime.

##demo movie
[![IMAGE ALT TEXT HERE](http://img.youtube.com/vi/rL1LZjrhJbw/0.jpg)](http://www.youtube.com/watch?v=rL1LZjrhJbw)
[![DynamicPatcher demo](http://img.youtube.com/vi/rL1LZjrhJbw/0.jpg)](http://www.youtube.com/watch?v=rL1LZjrhJbw)


##detaild description
Expand Down Expand Up @@ -64,3 +64,12 @@ int main()

// cl /Zi example.cpp && ./example
```

##license
<img src="http://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png" alt="CC BY" width="200" height="70" />

##thanks
[Runtime-Compiled C++](http://runtimecompiledcplusplus.blogspot.com/)
[Mhook](http://codefromthe70s.org/mhook23.aspx)
[PE/COFF file format](http://www.skyfree.org/linux/references/coff.pdf)
[lib file format](http://hp.vector.co.jp/authors/VA050396/tech_04.html)

0 comments on commit 40e1f59

Please sign in to comment.