• Joined on 2024-11-05
YJN pushed to master at YJN/selfpatch-slr 2026-04-14 20:40:28 +00:00
8e6b249838 Randomizer improvement notes
YJN pushed to master at YJN/selfpatch-slr 2026-04-13 18:24:25 +00:00
5ad79087a6 Switch from selfpatch panic to errors
YJN pushed to master at YJN/selfpatch-slr 2026-04-11 09:57:39 +00:00
ffad62e9d6 Added module randomization
YJN pushed to master at YJN/selfpatch-slr 2026-04-11 09:31:55 +00:00
30be283e15 Added patchcompile module handling
YJN pushed to master at YJN/selfpatch-slr 2026-04-10 20:54:43 +00:00
447431ae45 Added subject module
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 20:08:50 +00:00
cf0d403716 Randomizer fix
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 15:22:33 +00:00
d6bf54d3ab Added missing __init attributes in randomizer
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 14:52:39 +00:00
a032f39cc5 Made selfpatch easier to port to kernel
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 10:09:10 +00:00
32a73df1cd Updated README
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 09:54:09 +00:00
424065b4b5 Updated field randomizer test to task_struct layout
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 09:32:05 +00:00
8a5628bd11 Datapin deduplication to fix EXPORT_SYMBOL issues
YJN pushed to master at YJN/selfpatch-slr 2026-04-08 09:19:43 +00:00
1ab19d488c Added EXPORT_SYMBOL to subject
YJN pushed to master at YJN/selfpatch-slr 2026-04-07 22:08:32 +00:00
fc40f620fb Removed leftover function declarations
YJN pushed to master at YJN/selfpatch-slr 2026-04-07 21:31:18 +00:00
640cf0d401 Selfpatch typedefs
YJN pushed to master at YJN/selfpatch-slr 2026-04-07 20:21:59 +00:00
2a60879bbb Reduced number of allocations in selfpatcher
YJN pushed to master at YJN/selfpatch-slr 2026-04-07 20:13:12 +00:00
369c34e1fc Added randomizer test
YJN pushed to master at YJN/selfpatch-slr 2026-04-07 19:33:26 +00:00
422c8d7562 Updated randomizer towards kernel implementation
YJN pushed to master at YJN/selfpatch-slr 2026-04-06 18:04:34 +00:00
c336402225 Fixed linker warning
YJN pushed to master at YJN/selfpatch-slr 2026-04-06 18:01:49 +00:00
3dac12431a Updated patchcompile to work with new selfpatch interface
YJN pushed to master at YJN/selfpatch-slr 2026-04-06 16:54:00 +00:00
b40222f0ae Modernized selfpatch interface - awaiting patchcompile update