8000 GitHub - mame/kernel-mode-quine: A linux kernel module that provides /proc/quine/quine.c which is a copy of its own source code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mame/kernel-mode-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

= kernel-mode quine

This is a linux kernel module that provides /proc/quine/quine.c which
is a copy of its own source code.

== SYNOPSIS:

0) NOTE THAT THERE IS NO WARRANTY FOR THE PROGRAM!

1) build and load quine.ko
  # configure KDIR in Makefile for your linux environment
  $ vi Makefile
  $ make
  $ insmod ./quine.ko
  $ less /proc/quine/quine.c

2) check quine
  $ mkdir /tmp/quine-build && cd /tmp/quine-build
  $ cp /proc/quine/quine.c /proc/quine/Makefile .
  $ sudo rmmod quine
  $ make
  $ sudo insmod ./quine.ko
  $ diff quine.c /proc/quine/quine.c
  $ diff Makefile /proc/quine/Makefile

== LICENSE:

Copyright:: Yusuke Endoh <mame@tsg.ne.jp>
License:: GPL

About

A linux kernel module that provides /proc/quine/quine.c which is a copy of its own source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0