| Function Overview |
Category |
Comment |
1. Common Function |
|
| get computer serial number | |
| GJ_GET_ADL_VERSION | get AntiDebug LIB version |
| GJ_IsAntidebugWorking | detect if AntiDebug LIB driver is working |
| GJ_Is_WindowNT | get OS version |
| GJ_Enable_AntiDebugLIB | start AntiDebug LIB driver |
| GJ_Disable_AntiDebugLIB | stop AntiDebug LIB driver |
2.Special Function |
|
| GJ_OpenAntidebug | open AntiDebug LIB device |
| GJ_OpenAntidebug_demo | trial version function |
| GJ_OpenAntidebugB | |
| GJ_OpenAntidebugB_demo | trial version function |
| GJ_CloseAntidebug | close AntiDebug LIB device |
| GJ_CloseAntidebu_demo | trial version function |
| GJ_GetComputerID | get computer ID |
3.File Function |
|
| GJ_OpenFile | open a file |
| GJ_ReadFile | read data from the file |
| GJ_WriteFile | write data to the file |
| GJ_SetFilePointer | set the pointer of the file |
| GJ_CloseFile | clole the file |
4.String Function |
|
| GJ_sprintf | compatible partly with sprintf |
| GJ_memcpy | compatible with memcpy |
| GJ_memcpy_demo | trial version function |
| GJ_memset | compatible with memset |
| GJ_memset_demo | trial version function |
| GJ_strcpy | compatible with strcpy |
| GJ_strcpy_demo | trial version function |
| GJ_wcscpy | compatible with wcscpy |
| GJ_strncpy | compatible with strncpy |
| GJ_wcsncpy | compatible with wcsncpy |
| GJ_strcmp | compatible with strcmp |
| GJ_wcscmp | compatible with wcscmp |
| GJ_strncmp | compatible with strncmp |
| GJ_wcsncmp | compatible with wcsncmp |
| GJ_strchr | compatible with strchr |
| GJ_wcschr | compatible with wcschr |
| GJ_strrchr | compatible with strrchr |
| GJ_wcsrchr | compatible with wcsrchr |
| GJ_strspn | compatible with strspn |
| GJ_wcsspn | compatible with wcsspn |
| GJ_strstr | compatible with strstr |
| GJ_wcsstr | compatible with wcsstr |
| GJ_strlen | compatible with strlen |
| GJ_wcslen | compatible with wcslen |
| GJ_strcat | compatible with strcat |
| GJ_strcat_demo | trial version function |
| GJ_wcscat | compatible with wcscat |
| GJ_strncat | compatible with strncat |
| GJ_wcsncat | compatible with wcsncat |
| GJ_atoi | compatible with atoi |
| GJ_atol | compatible with atol |
| GJ_isdigit | compatible with isdigit |
| GJ_islower | compatible with islower |
| GJ_isupper | compatible with supper |
| GJ_isprint | compatible with isprint |
| GJ_isspace | compatible with isspace |
5.Arithmetic operator Function |
|
| The float,double and long double data types are not supported. | |
| GJ_add | + |
| GJ_add_demo | trial version function |
| GJ_sub | - |
| GJ_sub_demo | trial version function |
| GJ_mul | * |
| GJ_div | / |
| GJ_mod | % |
| GJ_mod_demo | trial version function |
| GJ_inc | ++ |
| GJ_inc_demo | trial version function |
| GJ_dec | - - |
6.Relational operator Function |
|
| The float,double and long double data types are not supported. | |
| GJ_greater | > |
| GJ_greater_equal | >= |
| GJ_less | < |
| GJ_less_demo | trial version function |
| GJ_less_equal | <= |
| GJ_equal_to | == |
| GJ_not_equal_to | != |
7.Bitor Operator Function |
|
| The float,double and long double data types are not supported. | |
| GJ_and | & |
| GJ_or | | |
| GJ_xor | ^ |
| GJ_not | ~ |
| GJ_shr | >> |
| GJ_shl | << |
8.Custom Function |
|
| GJ_encrypt_custom_function | encrypt the custom function |
| GJ_encrypt_custom_function_demo | trial version function |
| GJ_load_custom_function | load the custom function |
| GJ_load_custom_function_demo | trial version function |
| GJ_free_custom_function | unload the custom function |
| GJ_free_custom_function_demo | trial version function |
©2008 AntiDebug LIB International Inc All Rights Reserved