To answer your 1 query, I would suggest to read the article "Exploring Multiple Execution Paths for Malware Analysis" by Kirda et al link. Be prepare to spend enough time in reading this paper.
Regarding 2nd question, I would say that it all depends on your granularity (level of monitoring). Based on this, you may choose to use debuggers or dynamic instrumentation frameworks to monitor your application. Beside this, you may also like to decide what you want to monitor e.g. calls to certain APIs, access to file system, self-modifying code patterns etc; basically, anything that may indicate a behavior which a malware likely to show off.