-
Example of use that causes a detection: `NtReadVirtualMemory(...)`
Example of use that does not cause a detection:
`NtUnlockVirtualMemory(Handle, &Address, &Size, MAP_PROCESS); // MAP_PROCESS is …
-
```
This is a feature request not a bug.
It would be helpful if Yara would not load entire files into memory to scan
them but step through them with an sizeable overlap to avoid false negatives.
It…
-
```
We have an automated malware analysis system that runs a variety of scans in
memory on input files. We patched PDFCore.py to enable string input of file
contents, rather than a filename. It is…
-
### Prerequisites
- [X] I checked the documentation and FAQ without finding a solution
- [X] I checked to make sure that this issue has not already been filed
### Expected Behavior
It should…
-
**Copied from [here](https://github.com/kubescape/kubescape/issues/582)**
**Kubescape version:** v2.0.164
**Description:**
Kubescape will always report a finding for control 0004 on Deployment…
-
```
Freeing Memory...
Resolving output...
Done.
Loading sequence file...
Allocating Memory...
Initializing data structures...
Computing TR Model Statistics...
Scanning Sequence 21...
........…
-
We've identified a potential issue with DefGuard that can cause network connectivity problems for users. The problem stems from improper cleanup of network adapters when the application is closed unex…
ithan updated
1 month ago
-
When searching around for optimizations around LZ4 for memory use, I found this paper: http://csl.snu.ac.kr/papers/icce17.pdf (LZ4m: A Fast Compression Algorithm for
In-Memory Data)
I tried contac…
-
## Problem description
scanning large library >80.000 files leads to
Caused by: org.hsqldb.HsqlException: java.lang.OutOfMemoryError: Java heap space
using latest docker image.
The host has…
-
## Problem description
*I do have a relatively large media library (~600k songs/5 TB)
With subsonic it was no problem to scan it, even with the default memory settings.
I am trying to switch to A…