ikelos

Results 45 issues of ikelos

Adds in a vmscan plugin that will search for a VMCS structure using profile information (currently profiles only exist for skylake and haswell architectures, but more can be added). After...

Attempts to fix #1041 by changing hard coded types into the more general pointer (since the type is usually for a pointer). This is due to LLVM producing a different...

Jellyfin will currently process avif files (as demonstrated by renaming a valid `.avif` file to `.jpg`, and jellyfin indexing and displaying it perfectly) but currently does not try processing for...

stable backport

### This issue respects the following points: - [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot...

bug

The config information isn't typed, so there's no way for the automagic to use anything that doesn't fit exactly with the plugin trying to use it. If instead we types...

Now that was have a unified "identifier" cache, we should search for the windows identifier/banner, not just the linux ones (and make sure we support mac too). This might be...

You could see if this works for #1848?

Ok, this aims to remove any traces of inheritance or pseudo-inheritance, by using only modular classmethods and ensuring each component lists its requirements (and the requirement checking should ensure everything...

next-release

This is a naive means to ensure we never delete files that are still valid/exist from the cache. The downside with this is that even if a file isn't in...

`linux.lsof` and `linux.pagecache` define an `FDUser` and `InodeUser` dataclass, respectively. The documentation in `linux.lsof` says that a function returns an InodeUser when it doesn't, although some of the fields are...