Closed RazviOverflow closed 1 year ago
Thank you for reporting this issue - now fixed in https://github.com/kevoreilly/capemon/commit/4a336c99d5610253fd4324e1ff97f3a621fe8491
I have added a hook for GetCommandLineA too, the main repo is updated with the compiled monitors.
I have submitted a sample to CAPE community (https://capesandbox.com/analysis/331258/) that at some point during execution performs several
GetCommandLineA()
calls. I was expecting to see that particular call (orGetCommandLineW()
) in the behavioral analysis. However, it is not there.Inspecting the analysis logs, there is an explicit error about the API call:
I will dig into this trying to find out where the issue arises from, but it could happen with other API calls.