From: Jon Feldman Date: Wed, 20 Aug 2014 17:26:08 +0000 (-0400) Subject: Update README.md X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=65dde2e75f282ffdc59e70cc7be1171a996ad2bb;p=vn%2FFSNConverter-Linux.git Update README.md --- diff --git a/README.md b/README.md index fffd36e..2e6e856 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It wasn't nearly that simple. Some code used windows APIs for files, and some co ### The issues I ran into: - Posix API not used for file access. I replaced the API in C close to 1:1 - - Bad code. Like 0[ptr++] . It's not ASLR friendly. Hell, it should probably just segfault. + - Bad code. Like ```0[ptr++]``` . It's not ASLR friendly. Hell, it should probably just segfault. - Do not hardcode C: and Z: into your java. Repeat, don't hardcode windows paths. - ffmpeg and libav are both the same thing, but the program only uses ffmpeg - System tools really should be preferred and/or required on linux.