Compsci Library ๐Ÿ“š
225 subscribers
13 photos
86 files
434 links
Resource about my compsci study, random topic related mostly about system, compiler and programing language.
Download Telegram
student.pdf
1.2 MB
Implementing Functional Languages:
a tutorial

Simon Peyton Jones

This practical tutorial, worth peek imo.
โคโ€๐Ÿ”ฅ2
Forwarded from GOJO
obfus.h is a macro-only library for compile-time obfuscating C applications, designed specifically for the Tiny C (tcc). It is tailored for Windows x86 and x64 platforms and supports all versions of the compiler.

https://github.com/DosX-dev/obfus.h
โคโ€๐Ÿ”ฅ3
โคโ€๐Ÿ”ฅ3
Forwarded from GOJO
๐—ง๐—ต๐—ฒ ๐—น๐—ฒ๐—ด๐—ฒ๐—ป๐—ฑ ๐—ผ๐—ณ "๐˜…๐Ÿด๐Ÿฒ ๐—–๐—ฃ๐—จ๐˜€ ๐—ฑ๐—ฒ๐—ฐ๐—ผ๐—ฑ๐—ฒ ๐—ถ๐—ป๐˜€๐˜๐—ฟ๐˜‚๐—ฐ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ถ๐—ป๐˜๐—ผ ๐—ฅ๐—œ๐—ฆ๐—– ๐—ณ๐—ผ๐—ฟ๐—บ ๐—ถ๐—ป๐˜๐—ฒ๐—ฟ๐—ป๐—ฎ๐—น๐—น๐˜†"

Link ๐Ÿ”—:-
https://fanael.github.io/is-x86-risc-internally.html
โคโ€๐Ÿ”ฅ2
Scripttable operating system with Lua

https://www.netbsd.org/~lneto/dls14.pdf
โคโ€๐Ÿ”ฅ2
Forwarded from epic links / resources (โ โ  Arcana of Sin and Misfortune)
โคโ€๐Ÿ”ฅ1
Forwarded from Mr T0nY ฮป
EXPLOIT DEVELOPMENT.
๐Ÿ™ƒโ˜ ๏ธ
๐Ÿ”— Part 1 : Intro :-
https://0xninjacyclone.github.io/posts/exploitdev_1_intro/

๐Ÿ”— Part 2 : Understanding Stack Memory :-
https://0xninjacyclone.github.io/posts/exploitdev_2_stack/

๐Ÿ”— Part 3 : Understanding Heap Memory :-
https://0xninjacyclone.github.io/posts/exploitdev_3_heap/

๐Ÿ”— Part 4 : Understanding Binary Files :-
https://0xninjacyclone.github.io/posts/exploitdev_4_binfiles/

๐Ÿ”— Part 5 : Dealing with Windows PE files programmatically :-
https://0xninjacyclone.github.io/posts/exploitdev_5_winpe/

๐Ÿ”— Part 6 : Dealing with ELF files programmatically :-
https://0xninjacyclone.github.io/posts/exploitdev_6_elf/

๐Ÿ”— Part 7 : How to do magic with string format bugs :-
https://0xninjacyclone.github.io/posts/exploitdev_7_strfmt/

๐Ÿ”— Part 8 : Buffer Over-Read Attacks and Developing a Real Exploit :-
https://0xninjacyclone.github.io/posts/exploitdev_8_bor/
โคโ€๐Ÿ”ฅ2
As compsci nerds, I think it wise do notetaking of our nerd knowledge.

Yeah, notetaking is not simple shit to done and can grow monstrously complex, I found a quite unique yet simple way for that (I not affliate with them, I just care about sharing).

https://johnnydecimal.com

https://lucaf.eu/2023/02/23/luca-decimal.html

https://github.com/lucafrance/luca-decimal

You can do this with Obsidian, Spreadsheet, or just (mkdir, cd, touch, vim) with terminal.

There are two system but almost no difference, rec start with Johnny Dec, Luca Dec if you dislike Johnny Dec.
โœ8โคโ€๐Ÿ”ฅ1๐Ÿ˜ด1
algorithms_unplugged.pdf
12 MB
Algorithms Unplugged

Learn algorithm with biological computer
๐Ÿณ2
โšก1