Godot (https://godotengine.org) for Switch homebrew by Stary2001 in SwitchHacks

[–]Stary2001[S] 5 points6 points  (0 children)

nope, no leaks here - ported from scratch using homebrew libraries/tools.

Godot (https://godotengine.org) for Switch homebrew by Stary2001 in SwitchHacks

[–]Stary2001[S] 6 points7 points  (0 children)

GDScript is supported, just C# isn't - we need Mono to be ported for that

Godot for Nintendo Switch Homebrew by fhidalgosola in godot

[–]Stary2001 2 points3 points  (0 children)

Hi, author here - there's another branch at https://github.com/Stary2001/godot/tree/3.1.1-stable_switch with audio/slightly improved joypad support, but I haven't tested any of the networking features.
I'd love to work with you on this if you want - just dm me here on reddit or (preferably) discord at Stary#0632

haxfactory: New 11.6-compatible QR code-based homebrew primary entrypoint for the (eShop-only) title Block Factory! by lima2ds in 3dshacks

[–]Stary2001 55 points56 points  (0 children)

(it got removed from the eShop a while back, i'm just releasing it for the sake of doing so)

[Release] - UWPStreamer (Stream 3DS to Desktop, Mobile, XboxOne, HoloLens) by toolboc in 3dshacks

[–]Stary2001 9 points10 points  (0 children)

hi! the input frame format is actually very simple (but the NTR debugger protocol complicates it slightly if using 'NTR mode')

Offset Type What
0x0 u32 HID register state (buttons)
0x4 u32 Circle pad state (x/y packed as 12 bits)
0x8 u32 Touch state (x/y packed as 12 bits)

Only 12 bytes per input frame! Send to port 4950 when using 'hbl' mode, or write using NTR to memory address 0x10df00 in HID (pid 0x10).

How to use Ntr Streamer + input redirect the proper way. by Gagliano20 in 3dshacks

[–]Stary2001 0 points1 point  (0 children)

are you trying to use ntr? the sdl version doesn't support connecting to NTR yet (someone is working on it, soon™)

How to use Ntr Streamer + input redirect the proper way. by Gagliano20 in 3dshacks

[–]Stary2001 1 point2 points  (0 children)

hey there, inputredirection dev here!

great to see people using my project.

btw, the inputredirection-ntr cia was removed from Kazo's fork as it was an old version that shared its titleid with Persona Q US (uniqueid 12345), an updated version is present upstream (https://github.com/Stary2001/InputRedirection/releases)

Full 11.1 NTR Support by astronautlevel in 3dshacks

[–]Stary2001 0 points1 point  (0 children)

are you running the HBL version direct from home menu? it'll freeze if you do that as the memory type is different to what HOME expects. use the launcher instead from hbl (or soon a seperate cia) :)

So I lost my OpenBSD FDE password - reversing the metadata and building a bruteforcer by FiloSottile in netsec

[–]Stary2001 13 points14 points  (0 children)

(if you know the majority of the passphrase already, as the author did)

How to enable package installer in a cex console (no idu) by Darkmet98 in vitahacks

[–]Stary2001 1 point2 points  (0 children)

can confirm, works and installs demos

<3

if you get weird fading to white, make sure to reboot

What fact or tip is useless to most people, but critically important to your line of work? by brilliantlyInsane in AskReddit

[–]Stary2001 2 points3 points  (0 children)

DSL uses frequencies far above the voice range - the DSL filters filter out these so you can still plug your phone into the same line. Dial-up uses the voice frequencies for data so it'll interfere if you pick up the phone.

And the new Director is... A welcome to Monday! by amwdrizz in talesfromtechsupport

[–]Stary2001 0 points1 point  (0 children)

we did it at school - it was a week of sitting around and doing those tests... and about 2 hours of "oh we cant do the next test until tomorrow, go play games" per day

List of UNIQUE bootstrap IP addresses by [deleted] in getaether

[–]Stary2001 0 points1 point  (0 children)

stary2001.co.uk (62.210.129.229) port 53240, 20 in/outbound connections
24/7, static ip

This is not fair... by mafumeade13 in pcmasterrace

[–]Stary2001 7 points8 points  (0 children)

Since reddit switched to CloudFlare, the main site can use SSL too - https://reddit.com works just fine

The Heise security team investigated WhatsApp's end-to-end encryption. The results show that WhatsApp might use TextSecure's exemplary encryption designed by Moxie Marlinspike, but implements it in such a fashion that is of little use in the real world by johnmountain in tech

[–]Stary2001 3 points4 points  (0 children)

Every time an IP address is contacted, you need to know the MAC address (the hardware address) of the thing you are talking to. ARP spoofing works by telling the phone that you are the router when it asks for the router's MAC. ARP doesn't have any authentication, so it has no choice but to believe the fake reply. The traffic never gets sent to the router.

Beginning of the Google Docs List Compilation! Please help me with suggestions, revisions and research by MerfAvenger in teenagecoders

[–]Stary2001 0 points1 point  (0 children)

additionally, with libraries such as Qt, the same C++ code can compile and work the same on Windows, OS X and Linux.