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
Choose Your Weapon: Survival Strategies for Depressed AI Academics

https://ar5iv.labs.arxiv.org/html/2304.06035
โคโ€๐Ÿ”ฅ2
lambda.pdf
334 KB
Programming with Lambda Calculus
Brandl Helmut
โคโ€๐Ÿ”ฅ1
cc.pdf
509.7 KB
Typed Lambda Calculus (2022)
Brandl Helmut
โคโ€๐Ÿ”ฅ1๐Ÿ”ฅ1๐Ÿคฏ1
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