home.social

#dnspy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dnspy, aggregated by home.social.

  1. Just performed binary surgery on my own 13-year-old #cartography software [1] to keep it alive for students.

    Modern servers were rejecting the app's old security protocols. I used #dnSpy [2] to inject a TLS 1.2 enforcement directly into the ClipGeo.exe and re-routed the hardcoded map calls to a working provider.

    Never edited dll's before.. A great lesson in software preservation and dependencies!

    [1]: github.com/Sieboldianus/ClipGeo
    [2]: dnspy.org/

  2. Три неудачных патча и одно озарение: реверсим клиентскую аутентификацию на HTB

    Название: Bypass Категория: Reversing Сложность: Easy Ссылка: app.hackthebox.com/challenges/ Разбираю задачу Bypass с Hack The Box. Путь от трех неудачных патчей в IDA Pro до элегантного решения с помощью dnSpy. Показываю, как выбор правильного инструмента решает всё.

    habr.com/ru/articles/963086/

    #hacking #hackthebox #реверсинжиниринг #htb #writeup #bypass #ida_pro #net #c# #dnspy

  3. Реверс и анализ Keyzetsu Clipper

    Недавно я увидел новость о появлении на GitHub фальшивых репозиториев, которые обманом заставляют жертв скачивать вредонос, угрожающий безопасности их криптоактивов. Вредонос называется Keyzetsu Clipper, и в тот момент мне очень захотелось узнать, как работают настоящие вирусы. До этого у меня только был опыт учатсия в разных CTF. И тут я понял, что пришло время испытать свои силы на реальном примере. В данной статье я провел полный анализ и реверс Keyzetsu Clipper, начиная от распаковки и расшифровки до анализа функций персистенца, коммуникации и замены кошельков.

    habr.com/ru/articles/812435/

    #IDA #dnSpy #reverseengineering #Python

  4. Earlier this month I found a way to consistently pop calculators in #dnSpy by opening a file and clicking some nodes in its browser.

    Today I release a write-up on how this can be done:

    👉 blog.washi.dev/posts/popping-c

    Update dnSpy if you haven't already!

    #dotnet #reversing #bug

  5. Time for another blog post!

    This time we are tackling .NET debuggers and make them display garbage data with the help of proxy objects and debugger display attributes.

    Full post: washi.dev/blog/posts/debugger-
    PoC Implementation: github.com/Washi1337/ProxyObje

    #dotnet #obfuscation #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc

  6. Time for another blog post!

    This time we are tackling .NET debuggers and make them display garbage data with the help of proxy objects and debugger display attributes.

    Full post: washi.dev/blog/posts/debugger-
    PoC Implementation: github.com/Washi1337/ProxyObje

    #dotnet #obfuscation #reversing #asmresolver #cil #dnspy #decompiler #debugger #poc