I have done that before too, but the line spacing becomes messed up (set to like 200%). My vs code theme is also not really suitable for presentation so I also need to change that. Neither are a big deal but are annoying!
06.10.2025 12:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Back in the day I used to use pygments to convert to RTF. But that seems pretty antiquated.
I've been pretty impressed by snappify, but it feels like it's going to fall behind a paywall any second.
04.10.2025 15:17 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Hey internet. What is the best way to format source code in powerpoint in 2025?
Things I would like:
1. Supports assembly code (rules out carbon)
2. Maintained and working (rules out VS Code codesnap/polacode)
04.10.2025 15:01 โ ๐ 0 ๐ 0 ๐ฌ 2 ๐ 0
Snakemake
This looks like a cool way to declaratively orchestrate data processing: snakemake.github.io
How haven't I heard of this before?
11.09.2025 14:21 โ ๐ 1 ๐ 1 ๐ฌ 0 ๐ 0
TIL about the "Developer: Show Chat Debug View" command for GH Co-pilot.
23.07.2025 14:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
๐จ Blog Post: ""Quantifying and Mitigating the Impact of Obfuscations on Machine-Learning-Based Decompilation Improvement... https://edmcman.github.io/blog/2025-07-11--quantifying-and-mitigating-the-impact-of-obfuscations-on-machine-learning-based-decompilation-improvement-published-at-dimva-2025/
11.07.2025 13:46 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
"The dog ate our flight plan"?
07.07.2025 19:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Less than 24 hours to go! Get those submissions in ๐ป๐ฅโฉ
sure25.hotcrp.com/
07.07.2025 17:23 โ ๐ 0 ๐ 1 ๐ฌ 0 ๐ 0
What is common knowledge in your field, but shocks outsiders?
With almost no exceptions, every single cybersecurity breach occurs via mechanisms the technology industry knows how to fully and robust defend against, but didn't
17.06.2025 03:22 โ ๐ 1421 ๐ 219 ๐ฌ 42 ๐ 134
๐จ Blog Post: ""A Human Study of Automatically Generated Decompiler Annotations" Published at DSN 2025" https://edmcman.github.io/blog/2025-06-16--a-human-study-of-automatically-generated-decompiler-annotations-published-at-dsn-2025/
16.06.2025 16:46 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
ACM CCS review quality has really gone downhill.
19.05.2025 14:55 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
If you're a grad student or an undergrad interested in research I need to you listen to me very carefully.
You cannot learn to write good research papers if you do not read good research papers.
Stop asking LLMs to summarize papers for you.
03.05.2025 20:25 โ ๐ 2144 ๐ 577 ๐ฌ 23 ๐ 67
Just tried to redeem some old Google Play gift cards I found. They "expired" despite not having any expiration date on them.
04.05.2025 23:32 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
๐จ Blog Post: "Re-compiling Decompiler Output" https://edmcman.github.io/blog/2025-05-02--re-compiling-ghidra-decompiler-output/
03.05.2025 14:54 โ ๐ 1 ๐ 2 ๐ฌ 0 ๐ 0
SURE 2025 | The Workshop on Software Understanding and Reverse Engineering
The Workshop on Software Understanding and Reverse Engineering
I'm proud to announce that myself and @AtipriyaBajaj have created the Workshop on Software Understanding and Reverse Engineering (SURE), which will be co-located at CCS 2025. sure-workshop.org/
Please follow our workshop account @sureworkshop and RT it for visibility :).
25.04.2025 16:30 โ ๐ 7 ๐ 6 ๐ฌ 1 ๐ 0
Tiny Agents: a MCP-powered agent in 50 lines of code
Weโre on a journey to advance and democratize artificial intelligence through open source and open science.
@julien-c.hf.co tries to figure out what all the MCP hype is about: huggingface.co/blog/tiny-ag...
I wondered this too. I think the hype is because it enables non-programmers to use tools with LLM.
26.04.2025 12:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
SDK ReferenceSDK Reference
A powerful disassembler and a versatile debugger
Hex-Rays' documentation for the decompiler SDK seems to have entered a black hole.
Thanks wayback machine!
web.archive.org/web/20240912...
22.04.2025 16:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Are any of these "vibe coding" tools different than Co-pilot's agent mode? If so, how?
20.04.2025 14:06 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
crt.sh | Certificate Search
Free CT Log Certificate Search Tool from Sectigo (formerly Comodo CA)
crt.sh is pretty useful OSINT source...
crt.sh?q=cmu.edu
This is the downside to "SSL everywhere".
18.04.2025 13:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Yeah, I wrote something similar in BAP for Q a long time ago. It should be possible to implement with any emulator, but I'm hoping I can be lazy.
01.04.2025 15:53 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
If you execute both functions from the same state (registers & memory), you wind up with the same output state. Obviously memory needs to be handled lazily. For extern functions, ensure they are executed in same order with same args.
01.04.2025 15:49 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Does anyone know of tools that can use random testing to compare two binary functions for equivalence? STOKE almost does what I want, but it can't handle calls to dynamically linked library functions.
01.04.2025 15:31 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
A podcast dedicated to exploring the minds and personalities that make up the field of cybersecurity. We talk about cybersecurity and a lot of other stuff!
Berkeley professor, former Secretary of Labor. Co-founder of @inequalitymedia.bsky.social and @imcivicaction.bsky.social.
Substack: http://robertreich.substack.com
Buy my new book: https://sites.prh.com/reich
Visit my website: https://rbreich.com/
The 22nd Conference on Detection of Intrusions and Malware & Vulnerability Assessment (DIMVA '25)
โจJuly 9 to 11, 2025 โจin Graz, AUSTRIA ๐ฆ๐น
ใ๏ผคฮ๏ผฃ๏ผฏ๏ผญ๏ผฐ๏ผฉ๏ผฌฮใ๏ผฎฮฃ๏ผถฮ๏ผฒใ
Android Red Team @google
Fuzzing @aflplusplus.bsky.social
CTF @enoflag
(opinions my own)
The Workshop on Software Understanding and Reverse Engineering (SURE). Co-located at ACM CCS 2025 in Taiwan. https://sure-workshop.org/
The AI community building the future!
I build tools that propel communities forward
researcher @google; serial complexity unpacker; writing http://hypertextgarden.com
ex @ msft & aerospace
The Computer Science Department's mission has remained steadfast: to lead in computer science research and education that has real-world impact โ to push the frontiers of the field and produce the next generations leaders.
OpenSCAD & llama.cpp contributor.
Used to dream in Scala, now waiting for a reason to learn Rust.
ex-Googler (views expressed = my own)
he/him ๐ณ๏ธโ๐
Also found at: @ochafik@fosstodon.org
(Slowly moving out of https://x.com/ochafik)
๐ฆ๐๐๏ธ๐งต (she/her)
Philly software engineer, technical writer, former knitwear designer, and aspiring fiction writer. I love coffee, cats, and the Oxford comma.
https://heatherzoppetti.com
and 100+ other projects. Love binary analysis and Windows internals. Dreaming about doing open source full time...
Scientist, safecracker, etc. McDevitt Professor of Computer Science and Law at Georgetown. Formerly UPenn, Bell Labs. So-called expert on election security [โฆ]
[bridged from https://federate.social/@mattblaze on the fediverse by https://fed.brid.gy/ ]
The School of Computer Science at Carnegie Mellon University is one of the world's premier institutions for CS and robotics research and education. We build useful stuff that works!
Sometime verb, real person, lover of 8-bit computers, husband & father, trying to be a kind person. #blacklivesmatter; trans rights are human rights.
he/him
A nonprofit, nonpartisan, legal and advocacy 501(c)(4) organization. Visit our site for more about us and our affiliated organization, the ACLU Foundation.
Iโm enthusiastic about sharing my love of the outdoors and nature with others. Iโm a retired long-term part-time Computer Science professor and am very involved with Scouting America at all youth levels. she/her.
Native Hawaiian Hacker | Prev Co-captain of @Shellphish | PhD Student in Comp Sci @ASU l Decompiler Research | https://mahaloz.re
Traveler, hiker, gardener, photographer of all that is beautiful in our world. Studier of French and Japanese, living a whole food plant based lifestyle.
Senior Researcher, Carnegie Mellon. Studying social cyber security and organizational risk using network science and computational and agent-based modeling. But... mostly I play games.