KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
r2k
★ 8
Open GitHub ↗
kernel module for radare2
Download README (.md)
Explore Similar Repositories
http-concat
:
A express middleware for concatenating files in a given context: CSS and JS files usually
StackExchangeStatisticsExplorer
:
A repository for the Stack Exchange Statistics Explorer projects.
SuperAdapter
:
listview和recycleview的adapter的封装,考虑重用性和可读性,不过度抽象.我们的原则是,不要暴露id
i2lua
:
i2p router with fully programmable lua interface
rnn
:
Source code for a series of blog posts about recurrent neural networks (Elman, Jordan, LSTM)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
r2k
?
Download (.md)
# r2k kernel module for radare2 This module is going to be part of radare2 (https://github.com/radare/radare2). It will work together with an userland program (https://github.com/radare/radare2/blob/master/libr/io/p/io_r2k.c) This module allows to: - Read from Kernel linear address - Writes at Kernel linear address - Read from User linear address - Writes at User linear address - Read from Physical address - Write at Physical address - Get kernel maps with their physical pages - Read CPU regs - Reads information from a pid