Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/8dcc/cheat-template

Template repository for C linux internal cheats
https://github.com/8dcc/cheat-template

Last synced: 4 days ago
JSON representation

Template repository for C linux internal cheats

Awesome Lists containing this project

README

        

#+title: Title
#+options: toc:nil
#+startup: showeverything
#+export_file_name: ./doc/README.md
#+author: 8dcc

#+begin_comment
*TODO:* Change PROJECT-NAME and title
*TODO:* Change ~pidof "PROJECT-NAME"~ / ~realpath "libPROJECT-NAME.so"~ / ~PROJECT-NAME already loaded...~
*TODO:* Change ~libPROJECT-NAME.so~ in Makefile
*TODO:* Change PROJECT-NAME in main.c
#+end_comment

*Short description.*

#+TOC: headlines 2

* Description

Long description.

* Building

#+begin_src console
$ git clone https://github.com/8dcc/PROJECT-NAME
$ cd PROJECT-NAME
$ make
...
#+end_src

* Injecting

Uses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library.

#+begin_src console
$ sudo ./injector.sh
[sudo] password for username:

...

PROJECT-NAME loaded!
#+end_src