#learning
Useful list of Github links.
- awesome-hacking
- Awesome-Hacking
- awesome-pentest
- Public malware techniques used in the wild
- coding-interview-university (Software Engineering Study Plan.)
- Binary-exploit-writeups
- Exploit-Development
- awesome-cryptography
- A live Malware Repo
- awesome-malware-analysis
- awesome-reversing
- awesome-forensics
- AWAE PREP
- awesome-infosec
- free-programming-ebooks
- awesome-privilege escalation
- game-developer-roadmap
- mathematics-roadmap
- graphics-developer-roadmap
- reverseengineering-reading-list
- awesome-readings
- computer-science (Path to a free self-taught education in Computer Science.)
- guevara issues (not a repo, but i found it useful)
- hacking-online-games
- game-hacking
- https://t.iss.one/mksDecode/1647
- awesomeperfcpp
- awesome-privacy
- awesome-compilers
- awesome-embedded
- awesome-embedded-rust
- awesome-embedded2
- awesome-rfid-talks
- Low Level Attacks/Firmware/BIOS/UEFI
- lowlevelprogramming
- awesome-linuxaudio
- software-architecture-books
- hacking-books
- awesome-vehicle-security
- hardware-attacks
- x86 assembly
- Reverse Engineering and Malware Analysis
Useful list of Github links.
- awesome-hacking
- Awesome-Hacking
- awesome-pentest
- Public malware techniques used in the wild
- coding-interview-university (Software Engineering Study Plan.)
- Binary-exploit-writeups
- Exploit-Development
- awesome-cryptography
- A live Malware Repo
- awesome-malware-analysis
- awesome-reversing
- awesome-forensics
- AWAE PREP
- awesome-infosec
- free-programming-ebooks
- awesome-privilege escalation
- game-developer-roadmap
- mathematics-roadmap
- graphics-developer-roadmap
- reverseengineering-reading-list
- awesome-readings
- computer-science (Path to a free self-taught education in Computer Science.)
- guevara issues (not a repo, but i found it useful)
- hacking-online-games
- game-hacking
- https://t.iss.one/mksDecode/1647
- awesomeperfcpp
- awesome-privacy
- awesome-compilers
- awesome-embedded
- awesome-embedded-rust
- awesome-embedded2
- awesome-rfid-talks
- Low Level Attacks/Firmware/BIOS/UEFI
- lowlevelprogramming
- awesome-linuxaudio
- software-architecture-books
- hacking-books
- awesome-vehicle-security
- hardware-attacks
- x86 assembly
- Reverse Engineering and Malware Analysis
GitHub
GitHub - carpedm20/awesome-hacking: A curated list of awesome Hacking tutorials, tools and resources
A curated list of awesome Hacking tutorials, tools and resources - carpedm20/awesome-hacking
👍4 1
#comp_arch
ddcpuid is a x86 processor information tool.
- Can be used as a stand-alone tool or as a library. DUB compatible.
- Fully supports DMD, GDC, and LDC compilers.
- BetterC compatible, and used by default for the application.
- Library does not rely on external functions (e.g., C runtime, Druntime, OS).
- Surpasses CPU-Z, Intel's Go CPUID module, and Druntime's core.cpuid module in terms of x86-related information.
- Currently featuring 240 CPUID bits documented and counting
https://github.com/dd86k/ddcpuid
ddcpuid is a x86 processor information tool.
- Can be used as a stand-alone tool or as a library. DUB compatible.
- Fully supports DMD, GDC, and LDC compilers.
- BetterC compatible, and used by default for the application.
- Library does not rely on external functions (e.g., C runtime, Druntime, OS).
- Surpasses CPU-Z, Intel's Go CPUID module, and Druntime's core.cpuid module in terms of x86-related information.
- Currently featuring 240 CPUID bits documented and counting
https://github.com/dd86k/ddcpuid
GitHub
GitHub - dd86k/ddcpuid: 🔬 dd's x86 CPU Identification tool
🔬 dd's x86 CPU Identification tool. Contribute to dd86k/ddcpuid development by creating an account on GitHub.
👍1
Topics: Picard Iteration Process. #math
Explanation of Picard Iteration Process for solving differential equations.
https://www.sosmath.com/diffeq/first/picard/picard.html
Existence and Uniqueness Theorem:
https://www.sosmath.com/diffeq/first/existence/existence.html#:~:text=Existence%20and%20uniqueness%20theorem%20is,satisfies%20a%20given%20initial%20condition.
Explanation of Picard Iteration Process for solving differential equations.
https://www.sosmath.com/diffeq/first/picard/picard.html
Existence and Uniqueness Theorem:
https://www.sosmath.com/diffeq/first/existence/existence.html#:~:text=Existence%20and%20uniqueness%20theorem%20is,satisfies%20a%20given%20initial%20condition.
Sosmath
Existence and Uniqueness
Some Applications
👍1
Topics: Embedded, ARM Cortex. #embedded #c
Embedded Software in C for an ARM Cortex M.
https://users.ece.utexas.edu/~valvano/embed/toc1.htm
Embedded Software in C for an ARM Cortex M.
https://users.ece.utexas.edu/~valvano/embed/toc1.htm
Topics: Algorithms, Hardware. #hardware #programming #assembly
This is an upcoming high performance computing book titled “Algorithms for Modern Hardware” by Sergey Slotin.
https://en.algorithmica.org/hpc/
This is an upcoming high performance computing book titled “Algorithms for Modern Hardware” by Sergey Slotin.
https://en.algorithmica.org/hpc/
hardenedvault-net-2022-03-01-poc-cve-2021-26708-html.pdf
175.7 KB
Topics: Linux Privilege Escalation. #exploit
Exploiting CVE-2021-26708 (Linux kernel) with sshd.
https://hardenedvault.net/2022/03/01/poc-cve-2021-26708.html
Exploiting CVE-2021-26708 (Linux kernel) with sshd.
https://hardenedvault.net/2022/03/01/poc-cve-2021-26708.html
p.file
Topics: Picard Iteration Process. #math Explanation of Picard Iteration Process for solving differential equations. https://www.sosmath.com/diffeq/first/picard/picard.html Existence and Uniqueness Theorem: https://www.sosmath.com/diffeq/first/existence/…
existence.pdf
64.4 KB
Topics: Existence and Uniqueness Theorem, First Order ODEs. #math
#lisp #programming
SectorLISP consists of 223 lines of assembly. It provides a LISP system that's powerful enough to let you write your own LISP interpreter in just 40 lines of LISP.
https://justine.lol/sectorlisp2/
SectorLISP consists of 223 lines of assembly. It provides a LISP system that's powerful enough to let you write your own LISP interpreter in just 40 lines of LISP.
https://justine.lol/sectorlisp2/
justine.lol
LISP with GC in 436 bytes
LISP engine that's tiny enough to fit in a 512-byte master boot record
Topics: Proofs. #math
Pr∞fWiki is an online compendium of mathematical proofs.
https://proofwiki.org/wiki/Main_Page
Pr∞fWiki is an online compendium of mathematical proofs.
https://proofwiki.org/wiki/Main_Page