Niklas B

3.5K posts

Niklas B

Niklas B

@_niklasb

research @dfsec_com - @[email protected]

Germany Katılım Aralık 2016
801 Takip Edilen14.7K Takipçiler
Sabitlenmiş Tweet
Niklas B
Niklas B@_niklasb·
We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)
English
1
29
95
29.5K
Niklas B
Niklas B@_niklasb·
@zeddotdev I‘m confused, multi-root/repo projects on both local and remote hosts were already supported before - and it is still not possible to work across a mix of local and remote folders. what is actually new with regards to „multiple repos“?
English
0
0
0
25
Zed
Zed@zeddotdev·
A single agent thread can read and write across multiple repos. Update your API and the frontend that calls it in one conversation instead of bouncing between windows.
Zed tweet media
English
3
0
91
14K
Zed
Zed@zeddotdev·
Parallel Agents just shipped. Mix and match any agent, run them all at once, and manage everything from a new Threads Sidebar. Claude Agent, Codex, Zed's agent, or anything on ACP. One window, across all your projects. zed.dev/blog/parallel-…
Zed tweet media
English
110
119
1.4K
326.5K
Niklas B
Niklas B@_niklasb·
DMs were apparently disabled, but fixed now
Niklas B@_niklasb

We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)

English
1
1
12
7K
ETenal
ETenal@ETenal7·
@_niklasb @dfsec_com Heyyy any chance this position is also available for US based person? BTW , your account can't be DM maybe due to privacy settings.
English
1
0
0
1K
Niklas B
Niklas B@_niklasb·
We at @dfsec_com are currently looking for a senior Linux kernel researcher, feel free to DM if you’re curious :)
English
1
29
95
29.5K
Niklas B
Niklas B@_niklasb·
AKA natural language CodeQL - it feels like the Code Browser approach from the blog post may be applicable here as a general concept
English
0
0
6
2.3K
j j
j j@mistymntncop·
@maxpl0it I wonder how to deal with the "spectremaskindex" instruction tho...
English
1
0
2
761
maxpl0it
maxpl0it@maxpl0it·
@_manfp’s Firefox renderer bug is a beauty that takes advantage of an optimisation implemented just 3 months ago. Let’s break it down!
English
4
93
413
61.6K
Niklas B
Niklas B@_niklasb·
Pwn2Own lineup looks very impressive this year, good luck to everyone!
English
1
0
38
8.1K
Niklas B
Niklas B@_niklasb·
@m40282845 @adhsec yeah that’s for sure, WPA and unencrypted networks are rejected, question is what else
English
0
0
0
169
Niklas B
Niklas B@_niklasb·
Are there any details known about what makes a WiFi “unsafe to join” according to iOS Lockdown Mode and thus causes disconnects on each sleep/wake cycle of the phone? Seems like WPA support and TKIM are two such properties, but there are likely more.
English
2
1
12
4.4K
Niklas B
Niklas B@_niklasb·
@adhsec do you know what DoH servers iOS uses? I would assume it just uses normal DNS as provided by DHCP
English
1
0
0
230
Niklas B
Niklas B@_niklasb·
@adhsec encrypted DNS? as in DoH/DoT?
English
1
0
0
248
Niklas B
Niklas B@_niklasb·
I really wish Lockdown Mode had more granular settings
English
0
0
4
1.7K
Marcel Böhme👨‍🔬
Marcel Böhme👨‍🔬@mboehme_·
How to write an open-source compiler that injects vulnerabilities: Stage 1: Write a compiler that compiles itself. Stage 2: Add code to inject a vuln. into the compiled binary. Recompile. Stage 3: Remove code. Recompile. Distribute. cs.cmu.edu/~rdriley/487/p…
Marcel Böhme👨‍🔬 tweet media
English
6
8
66
12.8K
Niklas B
Niklas B@_niklasb·
@jduck @5aelo @farazsth98 @adhsec @silviocesare @mboehme_ There was/is no actual issue/bug in the code (the switch is exhaustive), what is being considered here are just ideas to nudge the compiler to reliably produce a compilation output that has the intended security properties (which are a superset of those provided by C++ itself)
English
2
0
2
374
Joshua J. Drake
Joshua J. Drake@jduck·
@5aelo @_niklasb @farazsth98 @adhsec @silviocesare @mboehme_ I think the issue is the lack of a return statement in every switch block, right? If you have a return value but don't have a return statement, that's UB. Switch does not return anything. I would expect the actual behavior to "return" what's in the first GP register at the end
English
1
0
1
434
Niklas B
Niklas B@_niklasb·
@5aelo @jduck @farazsth98 @adhsec @silviocesare @mboehme_ I see, so I assume the “sound” combination is where you tell the compiler that the value can be out of range (via `: int`), AND you make the switch exhaustive even in that case via an UNREACHABLE default case …
English
1
0
2
396