Applied_Cryptography_Protocols,_Algorithms,_and_Source_Code_in_C.pdf
3.8 MB
Applied_Cryptography_Protocols,_Algorithms,_and_Source_Code_in_C.pdf
Forwarded from p.file (п)
Topics: Kernel Exploits. #linux #hacking
Linux kernel exploit development
https://breaking-bits.gitbook.io/breaking-bits/exploit-development/linux-kernel-exploit-development
Linux kernel exploit development
https://breaking-bits.gitbook.io/breaking-bits/exploit-development/linux-kernel-exploit-development
breaking-bits.gitbook.io
Linux kernel exploit development | Breaking Bits
Suíça sancionou uma lei em que todos os software usados pelo governo do país devem ser open-source
Link
Link
ZDNET
Switzerland federal government requires releasing its software as open source
The United States remains reluctant to work with open source, but European countries are bolder.
🔥7
Forwarded from /dev/stupid (Kill 0x3e λ)
GitHub
GitHub - cirosantilli/x86-bare-metal-examples: Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu…
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-modu...
KDU(Kernel Driver utility)
Ferramenta para explorar o kernel/componentes do windows de forma mais fácil e sem precisar configurar um depurador local.
* Sequestro de processos protegidos por meio de modificação de objeto de processo
* Overrider de aplicação de assinatura de driver(parecido com DSEFIx)
* Carregador de driver para ignorar a aplicação de assinatura de driver (parecido com TDL)
* Suporte de vários drivers vulneráveis usados como "provedores"
** O KDU não foi feito para contornar software de segurança de terceiros ou vários crapware duvidosos.
https://github.com/hfiref0x/KDU
Ferramenta para explorar o kernel/componentes do windows de forma mais fácil e sem precisar configurar um depurador local.
* Sequestro de processos protegidos por meio de modificação de objeto de processo
* Overrider de aplicação de assinatura de driver(parecido com DSEFIx)
* Carregador de driver para ignorar a aplicação de assinatura de driver (parecido com TDL)
* Suporte de vários drivers vulneráveis usados como "provedores"
** O KDU não foi feito para contornar software de segurança de terceiros ou vários crapware duvidosos.
https://github.com/hfiref0x/KDU
GitHub
GitHub - hfiref0x/KDU: Kernel Driver Utility
Kernel Driver Utility. Contribute to hfiref0x/KDU development by creating an account on GitHub.
Forwarded from Programming Deadlock
Ray Tracing in One Weekend Book Series
https://github.com/RayTracing/raytracing.github.io
https://github.com/RayTracing/raytracing.github.io
GitHub
GitHub - RayTracing/raytracing.github.io: Main Web Site (Online Books)
Main Web Site (Online Books). Contribute to RayTracing/raytracing.github.io development by creating an account on GitHub.
Forwarded from Heartbleed
YouTube
Why I Switched To The Godot Engine
I give some reasons why I switched from the Unreal Engine to the Godot Engine and explain why I enjoy working in Godot.
Will be doing more of these QA videos and would love to hear from you! If you have a question about game development, solo development…
Will be doing more of these QA videos and would love to hear from you! If you have a question about game development, solo development…
Forwarded from /dev/stupid (Kill 0x3e λ)
This media is not supported in your browser
VIEW IN TELEGRAM
Fiz um plugin pro vim que é um hidra que permite criar atalhos no teclado pra mudar de tema, quem puder dar uma moral agradeço ;-) https://github.com/BrunoCiccarino/gardenal
❤🔥3😁2
Como computadores funcionam?
Uma introdução com Fabio Akita [PT-BR]
https://youtube.com/playlist?list=PLdsnXVqbHDUcQIuiH9b-i9A85H3A2ZW5W&si=iYaOCjcKfZOyMBOR
C programming for everybody
do livro "C programming language" de Kernighan e Ritchie (C clássico).
https://youtube.com/playlist?list=PLlRFEj9H3Oj5NbaFb1b2n8lib01uNPWLa&si=6411fDzXUTMbOxY7
Advanced C
por Charles Cabergs
https://youtube.com/playlist?list=PL71Y0EmrppR0KyZvQWj63040UEzKQU7n8&si=FUboy3sLoeydGWNH
Practical ARM Assembly Tutorial Series
por Laurie Wired, security researcher and reverse engineer
https://youtube.com/playlist?list=PLn_It163He32Ujm-l_czgEBhbJjOUgFhg&si=D7NMMV_vJfSePkuo
--------------------------------------------
Math for Computer Science
curso do MIT
excelente para quem deseja aprender matemática discreta e tópicos como provas, notação assintótica (Big-O), funções, etc.
https://www.youtube.com/playlist?list=PLB7540DEDD482705B
Uma introdução com Fabio Akita [PT-BR]
https://youtube.com/playlist?list=PLdsnXVqbHDUcQIuiH9b-i9A85H3A2ZW5W&si=iYaOCjcKfZOyMBOR
C programming for everybody
do livro "C programming language" de Kernighan e Ritchie (C clássico).
https://youtube.com/playlist?list=PLlRFEj9H3Oj5NbaFb1b2n8lib01uNPWLa&si=6411fDzXUTMbOxY7
Advanced C
por Charles Cabergs
https://youtube.com/playlist?list=PL71Y0EmrppR0KyZvQWj63040UEzKQU7n8&si=FUboy3sLoeydGWNH
Practical ARM Assembly Tutorial Series
por Laurie Wired, security researcher and reverse engineer
https://youtube.com/playlist?list=PLn_It163He32Ujm-l_czgEBhbJjOUgFhg&si=D7NMMV_vJfSePkuo
--------------------------------------------
Math for Computer Science
curso do MIT
excelente para quem deseja aprender matemática discreta e tópicos como provas, notação assintótica (Big-O), funções, etc.
https://www.youtube.com/playlist?list=PLB7540DEDD482705B
YouTube
Como Computadores Funcionam?
Share your videos with friends, family, and the world
🤯1
Materiais pra desenvolver algumas habilidades importantes em low-level hacking
debugging
fuzzing
reversing
shellcoding
[debugging]
https://www.youtube.com/watch?v=svG6OPyKsrw [gdb tutorial]
https://www.youtube.com/watch?v=IepIFbK3Ee8
https://www.youtube.com/watch?v=Dq8l1_-QgAc
https://www.youtube.com/watch?v=3T3ZDquDDVg
[testing + memory leaks]
https://www.youtube.com/watch?v=pxJoVRfpRPE [cpp]
https://www.youtube.com/watch?v=Sddn1UjzSAo [valgrind]
https://www.youtube.com/watch?v=t1wqj6J6Vhs [visual studio]
https://www.youtube.com/watch?v=Dq8l1_-QgAc
https://www.youtube.com/watch?v=8JEEYwdrexc
[fuzzing]
https://www.youtube.com/watch?v=diUiwAEPjcQ
https://www.youtube.com/watch?v=COHUWuLTbdk
[reversing]
https://mentebinaria.gitbook.io/engenharia-reversa
https://www.youtube.com/watch?v=3NTXFUxcKPc
https://youtu.be/gPsYkV7-yJk?si=NtcVLnnxlKFCUVH0
https://www.xorpd.net/pages/xchg_rax/snip_00.html
[shellcoding]
https://redops.at/en/blog/shell-we-assemble-unleashing-x86-inline-assembly-for-shellcode-execution
https://www.vividmachines.com/shellcode/shellcode.html
debugging
fuzzing
reversing
shellcoding
[debugging]
https://www.youtube.com/watch?v=svG6OPyKsrw [gdb tutorial]
https://www.youtube.com/watch?v=IepIFbK3Ee8
https://www.youtube.com/watch?v=Dq8l1_-QgAc
https://www.youtube.com/watch?v=3T3ZDquDDVg
[testing + memory leaks]
https://www.youtube.com/watch?v=pxJoVRfpRPE [cpp]
https://www.youtube.com/watch?v=Sddn1UjzSAo [valgrind]
https://www.youtube.com/watch?v=t1wqj6J6Vhs [visual studio]
https://www.youtube.com/watch?v=Dq8l1_-QgAc
https://www.youtube.com/watch?v=8JEEYwdrexc
[fuzzing]
https://www.youtube.com/watch?v=diUiwAEPjcQ
https://www.youtube.com/watch?v=COHUWuLTbdk
[reversing]
https://mentebinaria.gitbook.io/engenharia-reversa
https://www.youtube.com/watch?v=3NTXFUxcKPc
https://youtu.be/gPsYkV7-yJk?si=NtcVLnnxlKFCUVH0
https://www.xorpd.net/pages/xchg_rax/snip_00.html
[shellcoding]
https://redops.at/en/blog/shell-we-assemble-unleashing-x86-inline-assembly-for-shellcode-execution
https://www.vividmachines.com/shellcode/shellcode.html
YouTube
GDB Tutorial
Tutorial on the GNU Project Debugger given at the University of Waterloo on the 14th of June 2019 by Joshua Rampersad.
👍1
Forwarded from p.file (г)
#learning #playlist #comp_arch #hardware #graphics #info_theory #math
Some interesting playlists.
comp_arch:
Digital Design and Computer Architecture 2021
Digital Design and Computer Architecture 2022
Computer Architecture
Introduction to Computer Graphics
comp:
Design and Analysis of Algorithms
Advanced Programming in the UNIX Environment
Theory of Computation
Emacs Playlists
Advanced Algorithms
info_theory:
Introduction to Radar Systems
Information Theory
embedded:
Raspberry Pico Pi Lectures
math:
Calculus II (there are many more playlists in this channel)
Topology
Real Analysis
Differential Geometry
Introduction to Algebraic Topology
Linear Algebra, Data Analysis, Signal Processing (this is almost the same thing as his book, but it is really useful)
Some interesting playlists.
comp_arch:
Digital Design and Computer Architecture 2021
Digital Design and Computer Architecture 2022
Computer Architecture
Introduction to Computer Graphics
comp:
Design and Analysis of Algorithms
Advanced Programming in the UNIX Environment
Theory of Computation
Emacs Playlists
Advanced Algorithms
info_theory:
Introduction to Radar Systems
Information Theory
embedded:
Raspberry Pico Pi Lectures
math:
Calculus II (there are many more playlists in this channel)
Topology
Real Analysis
Differential Geometry
Introduction to Algebraic Topology
Linear Algebra, Data Analysis, Signal Processing (this is almost the same thing as his book, but it is really useful)