Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Tim Blazytko

@mr_phrazer@infosec.exchange
  • Open on infosec.exchange
0 Followers
0 Following
22 Posts
Joined November 06, 2022
About:
Binary Security Researcher, Trainer
Website:
https://synthesis.to
Twitter:
https://twitter.com/mr_phrazer
Bluesky:
https://bsky.app/profile/mrphrazer.bsky.social
Location:
Bochum, Germany

Posts

Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Jul 02, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange
New Binary Cartography episode: Pinpointing Interesting Code in Binaries We cover heuristics for protocols, crypto routines, library functions, RC4, decryption loops -- and how these signals guide agents https://youtu.be/HQA3U5MnD5U Slides & samples: https://github.com/mrphrazer/binary-cartography/tree/main/2026-07-code_identification
0
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Jul 01, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange
The new version of my #BinaryNinja plugin Obfuscation Detection now supports function tagging. This guides agents toward interesting functions such as protocol dispatchers or symmetric crypto. https://github.com/mrphrazer/obfuscation_detection I've also released a Ghidra fork: https://github.com/mrphrazer/obfuscation_detection_ghidra
0
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Apr 02, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Thanks to @elykdeer@bird.makeup and the @binaryninja@infosec.exchange team for having me on the AI vs AI Binary Ninja stream. Great discussion on agentic RE, tooling, and feedback loops.

https://www.youtube.com/watch?v=TBqBpaqecMA

1
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 26, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

The recording of my first Binary Cartography webinar is now public:

Agentic Reverse Engineering: How AI Agents Are Changing Binary Analysis

Topics: keygenning, cracking & anti-tamper removal

Recording: https://www.youtube.com/watch?v=DZcDaXTvDeE

Slides/code/samples: https://github.com/mrphrazer/binary-cartography/tree/main/2026-03-agentic_reverse_engineering

#reverseengineering #aiagents #malware

5
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 24, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

RE: @mr_phrazer@infosec.exchange

Agentic reverse engineering can do a lot, but obfuscation still breaks many analysis workflows in malware and commercial software.

If you want to learn how to build & steer automation for analyzing protected code, check out my training at @recon@infosec.exchange

https://recon.cx/2026/en/trainingSoftwareDeobfuscationTechniques.html

1
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 18, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

New blog post: Building a Pipeline for Agentic Malware Analysis

Agentic RE + malware analysis with custom skills, MCP tooling, and persistent case state to automate intial triage

Link: https://synthesis.to/2026/03/18/agentic_malware_analysis.html

Github: https://github.com/mrphrazer/agentic-malware-analysis

#malware #reverseengineering #ai #cybersecurity

Tim Blazytko

Building a Pipeline for Agentic Malware Analysis

Building agentic malware-analysis workflows that combine strong initial triage with deeper automated recovery of malware structure and behavior.

14
0
10
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 09, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

RE: @mr_phrazer@infosec.exchange

I also published my Ghidra Headless MCP that follows similar design principles: https://github.com/mrphrazer/ghidra-headless-mcp

6
0
5
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 03, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Recently my RE workflow moved into sandboxed VMs where agents have full control over the environment. I needed an MCP server that runs headless in the same sandbox and exposes way more of the #BinaryNinja API than others.

Here's the release: https://github.com/mrphrazer/binary-ninja-headless-mcp

6
0
3
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Feb 02, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

New chapter: I've transitioned to a part-time Chief Scientist role at Emproof.

I’m shifting my focus to my independent work in reverse engineering:

trainings • consulting • tooling • research

Details: https://synthesis.to

2
0
0
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Jan 28, 2026
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Happy to bring my Software Deobfuscation Techniques training back to @recon@infosec.exchange - June 15–18, 2026 in Montreal!

Learn systematic approaches to defeating modern obfuscation found in DRM/anti-tamper & APT malware.

https://recon.cx/2026/en/trainingSoftwareDeobfuscationTechniques.html

#reverseengineering #malware

infosec.exchange

Recon (@recon@infosec.exchange) - Infosec Exchange

4
0
2
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Nov 13, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Happy to share that later today (Friday, Nov 14, at 10:00 PM CET / 16:00 ET), I’ll be live on the #BinaryNinja livestream to talk about (anti-)reverse engineering & code (de)obfuscation. I'll also showcase some of my plugins.

https://www.youtube.com/watch?v=GQtX7S_oXbY

2
0
2
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Oct 15, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

The recording of our (CC @nicolodev@infosec.exchange talk "Breaking Mixed Boolean-Arithmetic Obfuscation in Real-World Applications" at @recon@infosec.exchange is now online!

Recording: https://www.youtube.com/watch?v=QxSGWk3MqaQ

Slides: https://synthesis.to/presentations/recon25_mba_obfuscation.pdf

#BinaryNinja Plugin: https://github.com/mrphrazer/obfuscation_analysis

#reverseengineering #malware

7
0
4
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Oct 11, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

The new version of my #BinaryNinja plugin Obfuscation Analysis (v1.2) adds recursive function inlining in the decompiler.

It collapses call-heavy code into a single function; analysis, constant propagation, DCE and other analyses work across boundaries.

https://github.com/mrphrazer/obfuscation_analysis

#reverseengineering

Your browser does not support the video tag.
5
0
3
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Sep 30, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

We at emproof open-sourced a free firmware reverse engineering workshop for self-study.

Topics: ELF analysis, cracking, malware triage, embedded-Linux, bare-metal, crypto-key extraction, anti-analysis. Docker setup and solutions included.

https://github.com/emproof-com/workshop_firmware_reverse_engineering

#reverseengineering

26
0
21
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Jun 27, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

The slides from our @recon@infosec.exchange talk, "Breaking Mixed Boolean-Arithmetic Obfuscation in Real-World Applications" (CC @nicolodev@infosec.exchange are now online!

Slides: https://synthesis.to/presentations/recon25_mba_obfuscation.pdf

Plugin: https://github.com/mrphrazer/obfuscation_analysis

infosec.exchange

Recon (@recon@infosec.exchange) - Infosec Exchange

7
0
4
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Jun 26, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Tomorrow at 3:30 pm, Nicolò Altamura and I will present our talk “Breaking Mixed Boolean-Arithmetic Obfuscation in Real-World Applications” at @recon@infosec.exchange

Details: https://cfp.recon.cx/recon-2025/talk/BKBQ37/
Plugin release: https://github.com/mrphrazer/obfuscation_analysis

infosec.exchange

Recon (@recon@infosec.exchange) - Infosec Exchange

4
0
1
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · May 25, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

New #BinaryNinja plugin: Obfuscation Analysis

Simplifies arithmetic obfuscation (MBA) directly in the decompiler (see demo below). Also identifies functions with corrupted disassembly.

Co-authored by @nicolodev@infosec.exchange ; available in the plugin manager.

Check it out: https://github.com/mrphrazer/obfuscation_analysis

#reverseengineering #malware #cybersecurity

Your browser does not support the video tag.
12
0
8
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · May 05, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Excited to teach my class on software deobfuscation in Paris at @hexacon_fr@bird.makeup Oct 6–9, 2025!
Learn advanced techniques to defeat state-of-the-art obfuscation in DRMs & APT malware.

https://www.hexacon.fr/trainer/blazytko/

#reverseengineering #malware #malwareanalysis #softwaresecurity

2
0
1
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Apr 07, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

At @recon@infosec.exchange , @nicolodev@infosec.exchange and I discuss the current state of MBA (de)obfuscation and their applications. We’ll also introduce a new #BinaryNinja plugin for simplifying MBAs in the decompiler.

Details: https://cfp.recon.cx/recon-2025/featured/

I'll also give a training: https://recon.cx/2025/trainingSoftwareDeobfuscationTechniques.html

#reverseengineering #malware

infosec.exchange

Recon (@recon@infosec.exchange) - Infosec Exchange

4
0
3
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Mar 14, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

New heuristic in my #BinaryNinja plugin obfuscation_detection:

Duplicated Subgraphs uses iterative context hashing to spot repeated multi-block code. We merge each block’s signature with its successors over multiple rounds for efficiency.

Link: https://github.com/mrphrazer/obfuscation_detection

#reverseengineering

5
0
1
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Feb 18, 2025
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

My class on code deobfuscation at REcon Montreal (June 24-27) is now open for registration! Learn how to analyze obfuscated code and break it by writing custom tools using symbolic execution, SMT solving, and program synthesis.

Details & Register: https://recon.cx/2025/trainingSoftwareDeobfuscationTechniques.html

4
0
2
0
Open post
mr_phrazer
Tim Blazytko @mr_phrazer@infosec.exchange · Apr 10, 2024
Tim Blazytko
@mr_phrazer@infosec.exchange
infosec.exchange

Happy to present "Unleashing AI: The Future of Reverse Engineering with Large Language Models" with @mu00d8@infosec.exchange at
@recon@infosec.exchange We'll cover current & future RE applications, running offline models and enhancing results by merging LLMs with static analysis.

https://recon.cx/2024/presentations.html

#reverseengineering #malwareanalysis #malware #AI #LLM #REcon2024

13
0
6
0

Remote instance

infosec.exchange
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 23:17:59 UTC