All Projects → ajkhoury → Errata1337

ajkhoury / Errata1337

Licence: MIT License
No description or website provided.

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects

Projects that are alternatives of or similar to Errata1337

Zxhookdetection
【iOS应用安全、安全攻防】hook及越狱的基本防护与检测(动态库注入检测、hook检测与防护、越狱检测、签名校验、IDA反编译分析加密协议Demo);【数据传输安全】浅谈http、https与数据加密
Stars: ✭ 241 (+435.56%)
Mutual labels:  hook, detection
DSNet
DSNet: A Flexible Detect-to-Summarize Network for Video Summarization
Stars: ✭ 116 (+157.78%)
Mutual labels:  detection
unsupervised llamas
Code for https://unsupervised-llamas.com
Stars: ✭ 70 (+55.56%)
Mutual labels:  detection
conventional-commits
A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
Stars: ✭ 128 (+184.44%)
Mutual labels:  hook
multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
Stars: ✭ 25 (-44.44%)
Mutual labels:  detection
keras cv attention models
Keras/Tensorflow attention models including beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,efficientnet,fbnet,gmlp,halonet,lcnet,levit,mlp-mixer,mobilevit,nfnets,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolox
Stars: ✭ 159 (+253.33%)
Mutual labels:  detection
VindicateTool
LLMNR/NBNS/mDNS Spoofing Detection Toolkit
Stars: ✭ 40 (-11.11%)
Mutual labels:  detection
Kaio-machine-learning-human-face-detection
Machine Learning project a case study focused on the interaction with digital characters, using a character called "Kaio", which, based on the automatic detection of facial expressions and classification of emotions, interacts with humans by classifying emotions and imitating expressions
Stars: ✭ 18 (-60%)
Mutual labels:  detection
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (+24.44%)
Mutual labels:  detection
creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-51.11%)
Mutual labels:  hook
person-detection
TensorRT person tracking RFBNet300
Stars: ✭ 30 (-33.33%)
Mutual labels:  detection
KYHooker
A library for complex aspect oriented programming
Stars: ✭ 38 (-15.56%)
Mutual labels:  hook
CornerNet-Lite-Pytorch
🚨🚨🚨 CornerNet:基于虚拟仿真环境下的自动驾驶交通标志识别
Stars: ✭ 34 (-24.44%)
Mutual labels:  detection
micro-code-analyser
A tiny Node.js microservice to detect the language of a code snippet
Stars: ✭ 21 (-53.33%)
Mutual labels:  detection
rusty-hook
git hook manager, geared toward Rust projects
Stars: ✭ 93 (+106.67%)
Mutual labels:  hook
react-hook-layout
Layouts in React.
Stars: ✭ 16 (-64.44%)
Mutual labels:  hook
useAudioPlayer
Custom React hook & context for controlling browser audio
Stars: ✭ 176 (+291.11%)
Mutual labels:  hook
sqair
Implementation of Sequential Attend, Infer, Repeat (SQAIR)
Stars: ✭ 96 (+113.33%)
Mutual labels:  detection
redux-tools
Redux tools to speed up development.
Stars: ✭ 16 (-64.44%)
Mutual labels:  hook
TFLite-Mobile-Generic-Object-Localizer
Python TFLite scripts for detecting objects of any class in an image without knowing their label.
Stars: ✭ 42 (-6.67%)
Mutual labels:  detection

SYSCALL Hook Detection

This is a proof of concept implementation following the write-up on my blog:

https://revers.engineering/patchguard-detection-of-hypervisor-based-instrospection-p2/

NOTE: This is Patchguard compatible. However this is not VBS/Hyperguard compatible. To force disable VBS, set the following DWORD key to 0:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard:EnableVirtualizationBasedSecurity

Alternatively you can set the current BCD entry hypervisorlaunchtype to off - though this also disables Hyper-V.

License

Licensed under MIT license.

Copyright 2020 Aidan Khoury (ajkhoury)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].