Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
/ kglow Public archive

Glow hack for Counter-Strike: Global Offensive implemented as a kernel module.

License

Notifications You must be signed in to change notification settings

emskye96/kglow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

kglow

Bytepatches the memory of Counter-Strike: Global Offensive in kernel space, causing the spectator glow effect to appear at all times. Can be toggled in-game with the spec_show_xray console variable.

Usage

Compile and load into kernel with insmod or modprobe. Be sure to pass valid values for the patch_offset and patch_size module arguments. You can read a guide on finding these values here.

# insmod kglow.ko patch_offset=13034343 patch_size=6

To trigger the bytepatching, simply read from /proc/kglow. It's best to do this from the main menu.

$ cat /proc/kglow

Demonstration

Video

References

About

Glow hack for Counter-Strike: Global Offensive implemented as a kernel module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published