Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/8dcc/cheat-template
- Owner: 8dcc
- License: gpl-3.0
- Created: 2023-08-01T15:30:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T13:59:34.000Z (10 months ago)
- Last Synced: 2024-04-18T17:08:55.100Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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