Linux Kernel vulnerability research toolkit

silva971 pts0 comments

GitHub - freedev-org/kernelvr: Linux Kernel vulnerability research toolkit · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

freedev-org

kernelvr

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>29 Commits<br>29 Commits

.github/workflows

.github/workflows

configs

configs

debug

debug

docker

docker

scripts

scripts

tools

tools

.gitignore

.gitignore

LICENSE

LICENSE

Makefile

Makefile

README.md

README.md

config.vim

config.vim

View all files

Repository files navigation

kernelvr

Here you can find some tools to build, debug and security research the Linux kernel.

Linux dependencies

You need to install the following packages to be able to build the kernel:

sudo apt install fakeroot build-essential flex bison libssl-dev libelf-dev ncurses-dev dwarves xz-utils bc

Makefile commands

Command<br>Example<br>Description

download<br>make download VERSION=6.15.5<br>Download the linux source code and creates a ./linux symbolic link to it

build<br>make build VERSION=6.15.5<br>Download (if not downloaded yet) and build the Linux source code

switch<br>make switch VERSION=6.15.5<br>Switch the symbolic link ./linux to the source code of the given version

vm<br>make vm VERSION=6.15.5<br>Run a QEMU virtual machine with the Linux

debug<br>make debug VERSION=6.15.5<br>Run the GDB to debug the Linux

codesearch-index<br>make codesearch-index<br>Create indexes files to code search the Linux source code

codesearch<br>make codesearch<br>Search/navigate the Linux source code using cscope

codebrowse<br>make codebrowse<br>Open a tunned Vim to browse Linux source code. See config.vim to learn the shortcuts

Tools

Note : All the tools have help messages with --help option.

Tool<br>Description

gitmon.sh<br>Monitory the changes on a git repository.

About

Linux Kernel vulnerability research toolkit

Topics

exploit-development

vulnerability-research

kernel-tools

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Custom properties

Stars

stars

Watchers

watching

Forks

forks

Report repository

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Shell<br>42.8%

Makefile<br>21.2%

Vim Script<br>17.4%

GDB<br>8.7%

Python<br>7.1%

Dockerfile<br>2.8%

You can’t perform that action at this time.

linux code make search kernel debug

Related Articles