Merge pull request #452 from Spl3en/master

Fix a typo in uc_hook_add documentation.
This commit is contained in:
Nguyen Anh Quynh 2016-03-08 01:20:09 +08:00
commit eec9aa8c57

View File

@ -459,7 +459,7 @@ uc_err uc_emu_stop(uc_engine *uc);
@user_data: user-defined data. This will be passed to callback function in its
last argument @user_data
@begin: start address of the area where the callback is effect (inclusive)
@begin: end address of the area where the callback is effect (inclusive)
@end: end address of the area where the callback is effect (inclusive)
NOTE 1: the callback is called only if related address is in range [@begin, @end]
NOTE 2: if @begin > @end, callback is called whenever this hook type is triggered
@...: variable arguments (depending on @type)