From 65dde2e75f282ffdc59e70cc7be1171a996ad2bb Mon Sep 17 00:00:00 2001 From: Jon Feldman Date: Wed, 20 Aug 2014 13:26:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5