bytedeco/javacpp

dll hijeck

Open

#818 opened on Sep 8, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (620 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,279 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Loader.java has a DLL hijacking risk at line 1832. When creating an FFmpegFrameGrabber object in ffmpeg within bytedec/javacv, it tries to load non-existent classes (avutil.class, swresample.class, avcodec.class, avformat.class, swscale.class, avdevice.class), resulting in a "dll not found" error.

Contributor guide