From github.io
My most downvoted StackOverflow answer
8 10
Ohad's blog
#blog #rust #tech #thoughts #hackernews #ycombinator #技術社羣
on Sep 5
From github.io
x64 Assembly & Shellcoding 101 - Part 6
2 2
Today is reverse shell day! I’m sure most of you were hoping we’d eventually be able to discuss writing a reverse shell using x64 assembly, and today just so happens to be that day. 😸 We’re going to start out slow though, as this is hands down the most difficult portion of our series yet. ...
#nasm #assembly #debugging #shellcoding
1h ago
From github.io
x64 Assembly & Shellcoding 101 - Part 2
2 2
Okay, I lied 😄 I thought I’d use part 2 to discuss removing NULL bytes, and that’s going to happen I promise! But I had some good feedback from the first part of the x64 shellcode and assembly post and some questions regarding calculating PE offsets. So, I wanted to use Part 2 to explain how...
#nasm #assembly #debugging #shellcoding
1h ago
From github.io
x64 Assembly & Shellcoding 101 - Part 5
2 3
Well, you will all be happy to know I’m finally keeping my word and doing what I promised early on in the series…We’re going to do the following today:
#nasm #assembly #debugging #shellcoding
on Mon, 4AM
From github.io
x64 Assembly & Shellcoding 101 - Part 4
2 2
Hey all! This will be a shorter post today, so I’ll get right to it. Let’s talk shellcode basic encoding functionality built in to x64 assembly instructions. What we’re really talking about here is bitwise operations. I’m going to use the NOT bitwise command to ‘encode’ all strings within...
#nasm #assembly #debugging #shellcoding
on Nov 6
From github.io
x64 Assembly & Shellcoding 101 - Part 3
2 2
Now is the time for the expected continuation of part 1 of this blog series, where we clean up our code and remove those NULLs. In this way, we’ll be able to reliably use our shellcode in buffer overflows, etc. Let’s do it!
#nasm #assembly #debugging #shellcoding
on Nov 4
From github.io
x64 Assembly & Shellcoding 101
2 2
I have admittedly scoured the internet looking for examples of basic x64 shellcode development and have not had much luck. So many tutorials and lessons seem to still focus on x86 assembly, even many modern shellcode courses stick with x86. Don’t get me wrong, x86 is great and not as steep a...
#nasm #assembly #debugging #shellcoding
on Nov 4
From github.io
1 1
SHORT DESCRIPTION OF YOUR PAGE
#AI #llm #blog #neocities #opensource #academicchatter
1h ago
From github.io
1 1
Meu Amigo Dahmer - Derf Backderf Autor: Derf Backderf Número de páginas: 288 Início da leitura: 17/11/2024 Término da leitura: 17/11/2024 Olha só se não voltei a escrever depois de vários meses! O livro de hoje é uma HQ, escrita por John Backderf, também conhecido como Derf e Derf Backderf, e...
6h ago
From github.io
1 1
`bevy_lint` is a custom linter for the Bevy game engine, similar to Clippy.
8h ago
From github.io
The hidden costs of ERP implementation: beyond the initial price tag
1 1
When businesses decide to implement an Enterprise Resource Planning (ERP) system, the focus often zeroes in on the initial price tag. However, the true cost ...
8h ago
From github.io
Phpstan Performance On Different Hardware
1 1
I recently updated my macbook to the newly released model. The idea was to get a faster feedback loop when working on complex stuff like PHPStan itself.
10h ago
From github.io
From NtObjectManager to PetitPotam
1 1
Windows RPC enumeration, discovery, and auditing via NtObjectManager. We will audit the vulnerable RPC interfaces that lead to PetitPotam, discover how they have changed over the past year, and overcome some common RPC auditing pitfalls.
10h ago
From github.io
Nash equilibria in Ballmer’s binary-search interview game
1 1
Yesterday John Graham-Cumming posted about “Steve Ballmer’s incorrect binary search interview question,” and in the Hacker News discussion, among the predictable “interview culture is flawed!!” complaints, there was some discussion of whether binary search was even the right way to solve...
12h ago
From github.io
news board for vAmigaWeb. Amiga emulator for iPad iPhone.
1 1
News board of vAmigaWeb, Amiga emulator for iPad iPhone Android and the web.
13h ago
From github.io
Readings shared November 16, 2024
1 1
The readings shared in Mastodon on 16 November 2024 are Readings shared November 15, 2024. #ITP #LeanProver #Math #SetTheory #Haskell #FunctionalProgramming #AI #LLMs Code with proofs: The Arena. #IT
#AI #ITP #git #LLMs #math #lean4 #github #functionalprogramming
15h ago
From github.io
I Followed the Official AWS Amplify Guide and was Charged $1,100
1 15
An interesting thing happens when you follow the official Amplify guide.
on Thu, 8AM
From github.io
Pishi: Coverage guided macOS KEXT fuzzing.
1 5
This blog post is the result of some weekend research, where I delved into Pishi, a static macOS kernel binary rewriting tool. During the weekdays, I focus on Linux kernel security at my job and would rather not investigate the Windows kernel again, which leaves macOS/iOS as the only remaining option.
on Nov 10
From github.io
1 1
This inaugural workshop, the first in a trilogy of private workshops and talks, constitutes an initiative organized by individuals affiliated with the Algorithmic Sabotage Research Group (ASRG). Entitled Illegal Directions ── ‘Algorithmic Sabotage’ and Self-Organization, the workshop provides an...
#activism #sabotage #workshop #Algorithm #community #solidarity
on Nov 8
From github.io
Sveltos - Kubernetes Add-on Controller | Manage and Deploy Add-ons - Projectsveltos Documentation
1 1
Sveltos is a Kubernetes add-on controller for a fleet of clusters.
on Oct 17
From github.io
Renombrar masivamente ficheros en Thunar
1 1
Como siempre va bien, tener estas notas, por si las volvemos a necesitar…
on Sep 24
From github.io
再见 Firefish (Firefish 迁移 Sharkey 指北) · Lhc_fl Home
1 1
我是去年的 11 月知道的 Firefish。它是我当时找到的最美丽的联邦宇宙软件,相比于死板的 Mastodon,过于倾向于日语又太娱乐的 Misskey,它同时兼具美观大方与功能丰富。管理员可以自由配置最大帖子长度,Nodejs的后端也让它比 Ruby on Rails 编写的 Mastodon
on Sep 6
From github.io
Version, Share, Deploy, and Monitor Models
1 1
The goal of vetiver is to provide fluent tooling to version, share, deploy, and monitor a trained model. Functions handle both recording and checking the models input data prototype, and predicting from a remote API endpoint. The vetiver' package is extensible, with generics that...
#r #python #rstats #datascience
on Sep 6
From github.io
Qualified methods – for ClojureCLR
1 1
Clojure has introduced a new qualified methods feature allows for Java methods to be passed to higher-order functions. This feature also provides alternative ways to invoke methods and constructors, and new ways to specify type hints. We need to enhance this mechanism for ClojureCLR in the same...
on Sep 6
From github.io
Generative Keyframe Interpolation with Forward-Backward Consistency
1 1
keyframe interpolation
on Sep 5
From github.io
Get Spanish Origin-Destination Data
1 3
Enables access to origin-destination (OD) provided by the Spanish Minstry of Transport, hosted at <https://www.transportes.gob.es/ministerio/proyectos-singulares/estudios-de-movilidad-con-big-data/opendata-movilidad>. It contains functions for downloading zone boundaries and associated...
#dana #mapgl #spain #rstats #choropleth #spanishoddata #30DayMapChallenge
on Sep 5
From github.io
Configuration Files | Watchman
1 1
Watchman looks for configuration files in two places:
on Sep 5
From github.io
Watchman - A file watching service | Watchman
1 1
Watches files and records, or triggers actions, when they change.
on Sep 5
From github.io
EditionCrafter at DH Inside Out
1 1
At the DH Inside Out Workshop at DH2024, Performant Software Solutions LLC presented EditionCrafter, a tool for creating digital critical editions and archives.
#editioncrafter #digitalhumanities
on Sep 5
From github.io
What's new in pip 24.2 — or why legacy editable installs are deprecated
1 2
In version 24.2, pip learns to use system certificates by default, receives a handful of optimizations, and deprecates legacy (setup.py develop) editable installations.
on Aug 28