From cb0de3b25671959d1a764fc6ce4fbed3391803f2 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 19 Dec 2013 10:33:07 +0800 Subject: [PATCH] add reducing binary size to TODO list --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 6b61ac84..afd3a8e5 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,9 @@ Issues to be solved in next versions to port the code over to Visual Studio, so those only have Windows can still compile Capstone without needing to have Linux machine for cross-compiling. +- Reduce the binary size of libraries, so Capstone can be embeded into products. + + [Bindings] - OCaml & C# bindings are broken due to many API changes. This should be fixed ASAP.