Skip to content

Instantly share code, notes, and snippets.

View top-master's full-sized avatar

Top Master top-master

  • Hidden co
  • Germany
View GitHub Profile

A friend of mine asked to backup his comments, which
were originally posted on: https://www.youtube.com/watch?v=RoWqhvN70vM

First comment

The video shows Survivors of the Genocide, and they are so few that ten houses may be enough for them all. Peace be upon them.

@top-master
top-master / sudo-random-and-time-travel.md
Last active March 14, 2024 05:45
sudo-random and time-travel

Below is a copy of a comment, which changed my thinking, and
you should see the video it was commented on to get the context:
https://www.youtube.com/watch?v=wwSzpaTHyS8

There is no such thing as "Random", there's "Sudo Quantum-Random" but never real-random: Even your computer and games use so-called "Sudo-Random" where basically the micro-second of the clock is converted using math and number-table, hence it will look Random to users; Said "Sudo-Random" takes advantage of the fact that you are blind to micro-seconds, just like this video takes advantage of the fact that you are blind to Quantum sized things.

What about Time travel? Time is a unit which humans use to calculate the movements, like the Earth rotates one round per 24 hours.

But the only way to "travel" back in time would be to have knowledge of the locations of each and every Atom-particle (not just Atom), and have power to move said particles back where they were one-by-one.

@top-master
top-master / QA-59954783.md
Last active February 16, 2024 21:08
Testing google pay in countries that do not support it?

Since StackOverflow.com deleted the Q/A at: https://stackoverflow.com/a/77517754/8740349

Let's provide a backup:

Question (by Yossi)

I need to test square payments, using google pay, from a react native application (using google's test environment described here .

Google pay, however, is not available in my country.

@top-master
top-master / answer-edit.md
Created February 1, 2024 05:21
Is there any disassembler to rival IDA Pro?

You didn't mention a platform (Windows, Linux, macOS, etc), but here are some great disassemblers.

[Ghidra][1]

Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. Windows, Mac OS, and Linux.

Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of process instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra plug-in components and/or scripts using Java or Python.

IDE - Integerated (Reverse) Development Environment: Has almost anything you would normally pick IDA-Pro for (can show C source beside related ASM, Call-Graph view, multi-user collaboration). >

/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
package my.example.compat;
/*
* NOTICE: modified since 2023 and later.
*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at