reticivis-net / uwd2

A program that removes the watermark in the corner of Windows insider builds: a successor to PainteR701's Universal Watermark Disabler
GNU General Public License v3.0
30 stars 1 forks source link

add ARM support (anyone have windows on ARM they could test with?) #3

Open reticivis-net opened 5 months ago

reticivis-net commented 5 months ago

So I didn't know that ARM had a return instruction, and technically it doesn't, but it has br lr which is functionally equivalent, so i just need to assemble that into an instruction and then inject that and the rust compiler should handle the rest, though i have literally nothing to test this on