https://github.com/hfiref0x/misc
Miscellaneous Code and Docs
https://github.com/hfiref0x/misc
amsi apisetschema atl c dse dsefix miscellaneous reactos
Last synced: 12 months ago
JSON representation
Miscellaneous Code and Docs
- Host: GitHub
- URL: https://github.com/hfiref0x/misc
- Owner: hfiref0x
- License: mit
- Created: 2018-12-03T12:23:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T13:40:12.000Z (over 2 years ago)
- Last Synced: 2025-03-28T20:11:16.718Z (12 months ago)
- Topics: amsi, apisetschema, atl, c, dse, dsefix, miscellaneous, reactos
- Language: C
- Size: 5.58 MB
- Stars: 79
- Watchers: 4
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misc
### Miscellaneous Code and Docs
docs
* docs (mostly for historical purposes)
bin
* compiled versions of the some tools listed below
source\ApiSetSchemaView
* Windows ApiSetSchema Viewer (V2, V4, V6)
source\StripDebug
* Removes debug information left by VisualStudio 2015+
source\AMSI
* AMSI related experiments
* sources\AMSI\AmsiProviderATL
AMSI provider client/server written in C++ using ATL
* sources\AMSI\AmsiProviderC
AMSI provider server written in C (works with client from ATL version)
source\IntelNal
* Intel QV Linux kernel driver (upload for quick references)
source\ROS
* ReactOS related code
* sources\ROS\win32u
ReactOS win32u dll (0.4.10 - 0.4.14)
* sources\ROS\srvany2
Run application as service
source\SecTrash
* Various AV/Security bugs and related trash found in the beginning of 2020
source\WormholeDrivers
* Collection of "wormhole" open source drivers widely used by hardware vendors sometimes in unmodified state
source\DSEPatch
* DSE patch based on CI callbacks modification, see dsepatch\readme for more info
source\wdextract (for a more advanced version visit https://github.com/hfiref0x/wdextract)
* Extract Windows Defender database from vdm files and unpack it
source\DrvTools
* Auxiliary utility to work with Windows Drivers
# Authors
* (c) Daniloff & Co
* (c) Intel QV authors
* (c) PHYMEM, MAPMEM, WINIO, WINRING0 authors
* (c) hfiref0x tools/source 2015 - 2023, hfiref0x