Looking For an E-Book

Hello everyone, I am trying to get the book AP Human Geography Premium, 2027: Prep Book with 6 Practice Tests+ Comprehensive Review + Online Practice By Meredith Marsh Ph.D. and Peter S. Alagona. I currently dont have the funds to buy the books physcial copy or e-book. Anyway somebody can help me get the contents of the book via e-book? I am a freshman highschool student taking my first AP class so ANY support would be HIGHLY appreciated.

reddit.com
u/i_mattas — 9 hours ago
▲ 2 r/Students+1 crossposts

Looking for a e-book

Hello everyone, I am looking for the book AP Human Geography Premium, 2027: Prep Book with 6 Practice Tests+ Comprehensive Review + Online Practice By Meredith Marsh Ph.D. and Peter S. Alagona. I currently dont have the funds to buy the books physcial copy or e-book. Anyway somebody can help me get the contents of the book via e-book? I am a freshman highschool student taking my first AP class so ANY support would be HIGHLY appreciated.

reddit.com
u/i_mattas — 9 hours ago
▲ 7 r/map+1 crossposts

Can somebody please find the contries?

Can somebody please tell me the countries each of these photos are in. Or can help narrowing them down. Each photo is a different country.

u/i_mattas — 10 days ago
▲ 0 r/Steam

Anybody know if such or should I create my own?

Hello y'all I was curious if there is a tool out on the internet that automatically claims games that are 100%/free because of a discount that way I don't forget to claim free games. Because if not I was planning on making an extremely lightweight that doesn’t affect performance that just runs every 24 hours or something. If any body knows of a tool let me know or if doesn't know of a tool and wants a tool like this give suggestions of what should include.

reddit.com
u/i_mattas — 17 days ago
▲ 8 r/IsItIllegal+4 crossposts

CBP Had the Right to Search His Phone—but Denying Counsel and Criminalizing the Wipe Went Too Far

My take: CBP had the right to search the phone, but the way they handled it was wrong—and wiping it should not be treated as a crime

Because he was returning to the United States from another country, he was crossing the U.S. border. Border agents have broad authority to inspect people and property entering the country, so I do not think the basic decision to inspect his phone was automatically illegal.

My issue is with how the search was conducted. He reportedly asked to contact a lawyer and was denied access. I understand that the constitutional right to a lawyer during a border inspection is legally complicated—the Sixth Amendment normally applies after criminal proceedings begin, while the Fifth Amendment applies during custodial interrogation—but once agents were questioning him about suspected criminal activity and demanding access to highly private information, I believe he should have been allowed to speak with counsel.
A border search should not become a way to bypass basic due-process protections simply because someone has just entered the country.

I also do not believe wiping the phone should be treated as a crime in these circumstances. It was his phone and his personal data. If the government wanted to preserve and search that data, it should have followed a process that respected his constitutional rights rather than demanding that he unlock it while denying him legal advice.
There is a difference between physically destroying property already lawfully seized by the government and refusing to help the government access your private digital information. Prosecutors are relying on a statute against destroying property to interfere with a lawful seizure, but applying that law to a duress password and privately owned digital data is a major expansion of what the statute traditionally means.

My position is:
CBP had the authority to conduct a lawful border inspection, but that authority was not unlimited. Denying him the opportunity to contact a lawyer made the process unfair, and using an emergency wipe feature on his own phone should not automatically be treated as criminal obstruction—especially when the legality and manner of the search itself were being disputed.
Border authority should not mean unlimited authority.

reddit.com
u/i_mattas — 21 days ago
▲ 2 r/digitalforensics+2 crossposts

Advice on how and where to report this...

https://preview.redd.it/5th1i2qt3ofh1.png?width=987&format=png&auto=webp&s=6017f8becaf15b86ea62749716ec5225443f4ea6

So we all know the Mr. beast gambling scam. My friend sent me this scam because he downloaded malware. So I opened a AWS machine so I can analyze and reverse the malware. I found info like the C2 server location and much more. The malware contains keylogger, screenshots, webcam/mic access and viewing, file download/unzip, proxy, shell execution, persistence, browser and wallet stealing, DPAPI/LSASS/AppBound decryption logic, steam theft. I found out how everything runs. How the server and infra functions and etc. And I hate this scam... I really do. Should I report finding to somewhere like IC3?

reddit.com
u/i_mattas — 24 days ago

Experienced 15 year old dev here to help

Hello everybody, I am a experienced 15 year old developer that mostly uses lower level language such as, asm (I made a custom bootloader the supports bios and UEFI), C (I made my own kernel and user land (ring 3) that works with my bootloader and works on real hardware, c++, cs, rust and python for other mini projects. I also know a little web development so just be aware if you ask about web dev there will be much better resources, advice and info out there. If anyone needs help with let me know i'm always happy to support!

reddit.com
u/i_mattas — 1 month ago
▲ 0 r/Defcon+1 crossposts

I built a rev challenge that turns into crypto after like 4 layers of pain. Am I evil?

I’ve been working on a CTF challenge called palimpsest, and I wanted to share the idea because it’s probably the most evil rev challenge I’ve made so far.

The public files are just a stripped ELF and an encrypted pack file. There’s no input prompt, no “correct/wrong” branch, and no plaintext flag. Running it normally just gives you a mostly useless digest, so the solve is not about patching a branch or finding a password check.

The binary has a couple fake VM paths and one real custom VM. The real VM uses stateful opcode decoding, so the same encoded instruction can mean different things depending on runtime state. There are also a few self-modifying bytecode spots, so static disassembly alone is kind of doomed. The intended move is to reverse the VM loop, write a tracer or emulator, and dump what it builds in memory.

That memory dump is not the flag either. It’s a masked typed IR that turns into a modular constraint graph. After decoding the IR and simplifying the constraints, the actual crypto finally shows up: a custom Schnorr-style signature system with decoy samples and a noisy affine nonce relation.
So the solve path is basically:

  1. unpack the sections
  2. ignore the fake VMs
  3. reverse the real VM
  4. write an emulator/tracer
  5. dump the hidden IR
  6. decode/type-infer the IR
  7. simplify the constraint graph
  8. extract the Schnorr equations
  9. filter decoys
  10. run a lattice attack
  11. recover the private scalar
  12. decrypt the flag

I’m trying to keep it brutal but fair. No random crashes, no anti-debugging junk, no network stuff, and no impossible crypto. The hardness is supposed to come from the layers and the fact that each stage only reveals the next representation.

Curious what rev people think: is this the fun kind of evil, or did I cross into “I am switching to OSINT and finding where the challenge developer lives” area?

reddit.com
u/i_mattas — 2 months ago
▲ 3 r/dev+2 crossposts

I'm building an IDE that lets you write, build, and sideload iOS apps entirely from Windows (no mac required)

For years the story for doing iOS stuff without a Mac has been a pile of separate tools: Sideloadly or AltServer to push an IPA, SideStore to keep it alive, and… nothing that actually lets you write and build the app in the first place. If you're on Windows or Linux you're basically locked out of the whole loop.

I'm building IPA Studio to close that loop — a native IDE (C++/Qt) where you write the code, build it, sign it, and sideload it to a plugged-in device, all from a PC.

The part I think is interesting is how it gets around the "you can't compile iOS apps off a Mac" wall. There are two pipelines:

  • Build: you can't run Apple's compiler on Windows/Linux, so the IDE generates a GitHub Actions workflow that builds your project on a macOS runner and pulls the resulting .ipa back down. You never touch a Mac — CI is the Mac.
  • Sign + sideload: this part is fully local and cross-platform. It replicates what Xcode's free provisioning does — sign in with your Apple ID, get a development cert, register your device + an App ID, pull a provisioning profile, code-sign the app, and install it over USB. Same approach AltStore/SideStore use, just built straight into the editor.

On top of that: a real code editor (Scintilla + LSP), project templates for SwiftUI / UIKit / Obj-C / watchOS / tvOS, a first-run wizard that sets up GitHub and your Apple ID once and remembers it, and AI/agent integration you can point at whatever model you want. Native dark UI, no Electron.

On the stack — it's C++/Qt for the whole app. One decision I went back and forth on: the actual Apple pipeline (Grand Slam auth, anisette, the CMS Mach-O signing) has solid, battle-tested implementations in Rust and basically nothing equivalent in C++, so I'm leaning toward wrapping that Rust core behind a C ABI and calling it from C++ rather than reimplementing fragile auth/signing crypto myself. Curious whether people think that's the right call or if I'm overcomplicating it.

It's early, I'm building it out in phases right now, not shipping a v1 yet. Mostly I wanted to put the idea out there before I go heads-down:

  • Would you actually use something like this?
  • Anything you'd consider a dealbreaker if it were missing?
  • And if you've seen prior art that already does the full code → build → sideload loop from a PC, point me at it.
u/i_mattas — 2 months ago
▲ 14 r/dev+1 crossposts

Reported Security Issues to a Software Developer, Got Banned Instead. Was I Wrong?

I wanted some outside opinions on this because I’m getting mixed feelings about whether I handled this correctly.

There’s a Discord server/community that develops a Windows gaming optimization tool called Risxn. A while back I actually used their utility before I got into reverse engineering and binary exploitation.

Recently I was bored and decided to take a look at their software. I ended up fully deobfuscating the application and reversing how it worked. As part of that process, I was also able to recreate a functional replica of the application and discovered that their backend endpoints could be abused to generate valid licenses.

After finding all of this, I felt like the responsible thing to do was disclose it to them so they could fix the issues. Since I had already reversed the application, I figured it would be useful to show them exactly what was wrong and how an attacker could exploit it.

I opened a support ticket and explained everything. They asked me for proof, so I sent them a ZIP containing the project directory I had been working in, including my analysis, deobfuscated code, and the proof-of-concept work that demonstrated the vulnerabilities.

They reviewed it, thanked me for reporting the issues, and then shortly afterward banned me from their Discord, revoked my license, and removed me from their backend system where licenses were managed.

I’m honestly confused by the response. From my perspective, I reported serious security issues, provided evidence, and gave them the information they needed to fix the vulnerabilities. On the other hand, I can understand why a company might not appreciate someone reversing their software, rebuilding it, and demonstrating license generation exploits.

So my question is:

Was I in the wrong here, or was this a reasonable example of responsible disclosure? How would you have handled this situation differently?

reddit.com
u/i_mattas — 2 months ago
▲ 5 r/dev+1 crossposts

Hello everyone, i’m working on a project called “Task Demanager” in Rust which is basically russian roulette with your PC, it randomly selects a PID and kills the processes.

u/i_mattas — 4 months ago