diff options
Diffstat (limited to 'miasm2/os_dep/win_api_x86_32.py')
| -rw-r--r-- | miasm2/os_dep/win_api_x86_32.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miasm2/os_dep/win_api_x86_32.py b/miasm2/os_dep/win_api_x86_32.py index 9333c238..ef2cfc38 100644 --- a/miasm2/os_dep/win_api_x86_32.py +++ b/miasm2/os_dep/win_api_x86_32.py @@ -512,9 +512,9 @@ def advapi32_CryptDestroyHash(jitter): def advapi32_CryptDecrypt(jitter): - ret_ad, _ = jitter.func_args_stdcall(["hkey", "hhash", "final", - "dwflags", "pbdata", - "pdwdatalen"]) + # ret_ad, _ = jitter.func_args_stdcall(["hkey", "hhash", "final", + # "dwflags", "pbdata", + # "pdwdatalen"]) raise ValueError("Not implemented") # jitter.func_ret_stdcall(ret_ad, 1) |