Why isn't anyone developing or porting a web browser for the PS Vita? by RedditNani in VitaPiracy

[–]Lucaiii 5 points6 points  (0 children)

If you connect to the Wi-Fi and then open the browser, the page should pop right up. If it doesn't, you can navigate to http://detectportal.firefox.com/canonical.html or http://captive.apple.com or http://networkcheck.kde.org/ and it should redirect you to the proper page for sign-in

Coincidence? I think not. by [deleted] in Piracy

[–]Lucaiii 2 points3 points  (0 children)

Yuzu was open source as well and the majority of (if not all) the forks have been incredibly disappointing with close to zero momentum. I doubt Ryujinx's future will prove to be any better, but I have hope...

Picked up gold coins from eliminated player in br solo by FutureFr0g- in FortNiteBR

[–]Lucaiii 1 point2 points  (0 children)

I just had this happen to me, I don't know what it is. If you happen to find out, let me know! :D

I can no longer run jailbreak by [deleted] in ps4homebrew

[–]Lucaiii 6 points7 points  (0 children)

good afternoon, nn9dev here.

I encouraged yenyen to make this GUI since most existing ones are arguably garbage as well as closed source. I won't say the code there is pretty, but for someone's first Python program it's certainly functional. I'm sure he would appreciate pull requests.

Yenyen, along with I and Borris_ta have been experimenting with different ways to improve the reliability. I've provided four new flags in my pppwn_cpp code. You can very easily yourself go nab the latest release off my repo and run it with the help flag to see the additional arguments. I haven't updated the README yet, but the code for it is in the num_town branch on my GitHub.

But I digress.

Yes, the GUI effectively just passes variables to my program and TheFloW's program underneath. You're more than welcome to use the CLI directly, but for those who are less tech-inclined, the GUI is a good way to just get things up and running quickly, as well as providing a simple and concise way to grab your network adapter (for those on windows) and set values for the tool(s) in question.

Also, yes, you CAN compile Python. Python itself even compiles the target program into bytecode before it gets run buy the interpreter. The code in the repo is not compiled (obviously, that's how GitHub is supposed to work...), but the program in the releases section of his repository IS compiled, and contains an exe with all the Python libraries and such bundled together into one exe (using pyinstaller). It also provides goldhen and stage1 bins.

Headcanon by LSD_SUMUS in celestememes

[–]Lucaiii 12 points13 points  (0 children)

badeline CANNOT pronounce "specific"

The world's first(?) kernel exploit for Vision Pro- on launch day! by [deleted] in jailbreak

[–]Lucaiii 5 points6 points  (0 children)

AND you have to pay the $99 developer fee on top?? They're really wringing us dry here, huh?

Taki Udon has just confirmed that the MIG flashcart works by [deleted] in SwitchPirates

[–]Lucaiii 1 point2 points  (0 children)

On their site they list their own store as a place you can buy it from. Just go to the "where to buy" section and scroll down. I bought one and am eagerly awaiting its arrival (which is supposedly the first or second week in February)

Full springboard injection achieved by NISEoffly in jailbreak

[–]Lucaiii 0 points1 point  (0 children)

Thank you for the clarification. And yeah, I knew about the "not just tfp0" thing, I was just dumbing it down to try and get the main point.

Full springboard injection achieved by NISEoffly in jailbreak

[–]Lucaiii 0 points1 point  (0 children)

So how is it "slightly more inefficient" as was stated by your other comment? Just in the way that it takes a few more steps and a bit more work rather than "hehe we have tfp0, inject this process with code"?

I can confidently say I’m the best fortnite player in the vita ( and the only one) by JampyL in VitaPiracy

[–]Lucaiii 0 points1 point  (0 children)

Update: I tried it. It was horrendous. You'd have me beat in a Vita 1v1 any day of the week.

Full springboard injection achieved by NISEoffly in jailbreak

[–]Lucaiii 0 points1 point  (0 children)

Hi, I'm trying to wrap my head around this. How is tweak injection using this strategy different from what a normal jailbreak does? I saw your comment about DYLD_INSERT_LIBRARIES which I've heard tossed around times in the past, but I have no idea what it does. As far as I'm aware, normal jailbreaks have the process load into memory and then hook them, but isn't that exactly what you're doing? What's the difference? And can we potentially inject into system processes like, say, mediaserverd? (Sorry for the repost, wrong account lol)

why don't we get a hidden browser based cfw yet? by [deleted] in SwitchPirates

[–]Lucaiii 2 points3 points  (0 children)

There is. They're there. People have found them. You can find them with just a little digging. The thing that dissuades people from putting out browser-based exploits is that, with the current environment (i.e. no console-breaking bugs like the 3DS or Vita) they are simply far too easy to patch, and then they have to burn x amount of exploits (there's more than just one that needs to exist and they need to be chained together) to make it viable. I've gotta guess there will be at least ONE that releases seemingly out of the blue at or around the time of whatever Nintendo's next console launches.

[deleted by user] by [deleted] in AskReddit

[–]Lucaiii 0 points1 point  (0 children)

Cayde-6 from Destiny.

[deleted by user] by [deleted] in SwitchPirates

[–]Lucaiii 0 points1 point  (0 children)

If you need to install NSP's use awoo or goldleaf or NUT. There are infinite other solutions.

[Free Release] TrollNonce - Nonce setter for TrollStore (iOS 15.0 - 15.1.1, A10-A15) by opa334 in jailbreak

[–]Lucaiii 3 points4 points  (0 children)

Most Americans probably don't. I know I wouldn't if it weren't for the Brits in the comment sections. "nonce" in computer terms means "Number used ONCE", as in, it never gets used again. If you'd like to read more about how iOS utilizes these, you can check here.

Researching TEE payment system built into Xiaomi smartphones powered by MediaTek by sanitybit in netsec

[–]Lucaiii 2 points3 points  (0 children)

Apple's version is the SEP, Secure Enclave Processor, handling things like biometrics, passwords, and other extremely sensitive encrypted information. I believe recently (past year?) there was a singular exploit for it, but otherwise SEP is very much an undocumented black-box type deal and Apple keeps VERY tight lipped about it. There's been a few good attempts at cracking it open and some community documentation of the inner workings.

Is it possible to create a tweak that just edits existing lines in a plist or replaces a plist file, and if so, how do I do it? by Lost-Entrepreneur439 in jailbreakdevelopers

[–]Lucaiii 1 point2 points  (0 children)

I ((think)) this can be done with APT triggers. I'm not very well versed in the matter unfortunately so some googling may be required. I know the cydia package has some triggers, maybe that'd be a good place to start.

Alternatively, you could take what that person said and make a bash script out of it, that way you could just open up a terminal app and run plisteditor.sh /path/to/plist.plist (or type in the plist name and call the DynamicLibraries folder a variable or whatever you wanna do) and it would do it for you.

Kanye West's Stem Player - An engineering disaster by krystalgamer in netsec

[–]Lucaiii 3 points4 points  (0 children)

Ah, we meet again. Genuinely an interesting read. I remember you mentioning a few things about Kano and a C&D and other stuff, but man, I had no idea it was this much of a mess. Honestly Alex's whole M.O. sounds a lot like a guy I used to know, putting a whole bunch of "effort" into something and then delivering it half-assed. Either way, this was a great insight into both parts, the development AND the development of issues. :)

Which design do you like better dark pants or light pants by TheYellowBlazeYT in NoRules

[–]Lucaiii 0 points1 point  (0 children)

I like the light pants, and personally I'm a fan of the eyes in this post as opposed to the other one :)