Skip to content

为 OpenRASP 专门定制开发的 jnotify 版本,支持 Mac、Win、Linux

License

Notifications You must be signed in to change notification settings

tanjelly/openrasp-jnotify

This branch is 1 commit ahead of baidu-security/openrasp-jnotify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68f402f · Oct 25, 2023

History

11 Commits
Oct 25, 2023
Oct 25, 2023
Jun 6, 2018
Apr 25, 2018
Oct 25, 2023
Jul 24, 2018

Repository files navigation

openrasp-jnotify

一个改造过的 jnotify 版本

改造点,

  1. 补全linux inotify 事件监听,使监听事件更全面
  2. 支持更低版本的 linux内核
  3. 支持32位linux

BUILD

libjnotify

以 Linux aarch64 为例。

cd jni/linux/Release/
make

mv libjnotify.so ../../../src/main/resources/libjnotify_arm64.so

对应关系:

  • arm64 - Aarch64
  • 64bit - X86_64
  • 32bit - i686

jnotify

mvn install

NOTES

1.1.0

支持 Linux aarch64 架构,(注:不确定是否影响其它架构)。

About

为 OpenRASP 专门定制开发的 jnotify 版本,支持 Mac、Win、Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.2%
  • C++ 23.2%
  • C 11.1%
  • Makefile 8.5%