Commit graph

15 commits

Author SHA1 Message Date
5960fe211b [v0.1.2] return reverse order of pids in find_dolphin() 2022-07-20 04:13:52 +09:00
b891a9496a [v0.1.1] use psutil to find pid of dolphin 2022-06-26 11:05:26 +09:00
2527142f07 [v0.1.0] pack into one PyPI package
Complete all basic functions, including:
- find dolphin, init shared memory
- read/write raw bytes
- read/write struct
- read/write single value (uint32/16/8, int32/16/8, float)
2022-06-25 03:23:12 +09:00
RenolY2
0b7bfc2e81
add license 2022-06-24 13:49:27 +02:00
Yoshi2
4e68daeeb3 Remove unpack var 2021-09-19 12:51:57 +02:00
Yoshi2
dd1f33ab53 Fix variable names and return false if memory not found 2021-09-19 12:29:46 +02:00
Yoshi2
d4c3b72ce2 rename file 2021-09-19 12:14:17 +02:00
Yoshi2
c8a33191cc Faster memory access, pid skipping, file rename 2021-09-19 12:14:00 +02:00
Yoshi2
eca1b2112b PID skipping 2021-09-19 11:22:50 +02:00
RenolY2
1aa29ccd13
Merge pull request #1 from NerduMiner/main
Add Linux Support
2021-09-17 07:54:04 +02:00
nerduminer
35a716630f Add Linux Support
Added a separate memtest python file that uses linux syscalls to read and write to memory. Due to permissions on linux dolphin-memory-lib needs to be ran as sudo as of now.
2021-09-16 22:05:49 -04:00
Yoshi2
b6ca272c60 Add write float 2021-09-16 14:29:49 +02:00
Yoshi2
95cde0fb31 Fix result issue and add uint32/float reading 2021-09-16 10:45:03 +02:00
Yoshi2
f94f231421 Initial commit 2021-09-16 09:13:53 +02:00
RenolY2
0f1cd583bd
Initial commit 2021-09-16 08:40:00 +02:00