Michal Strehovský (@mstrehovsky) 's Twitter Profile
Michal Strehovský

@mstrehovsky

Moved to Bluesky - bsky.app/profile/migeel…. The account also bridges to Mastodon at @[email protected]

ID: 1059398194919079936

calendar_today05-11-2018 10:53:07

1,1K Tweet

6,6K Followers

179 Following

Ivan Kwiatkowski (@justicerage) 's Twitter Profile Photo

I wrote my first blog post with HarfangLab: a primer on reverse engineering .NET AOT applications. harfanglab.io/en/insidethela… This will be interesting to people who never created FLAIR signatures in IDA.

Maria Drutska 🇺🇦 (@maria_drutska) 's Twitter Profile Photo

🕯️On 17th July 2014, Malaysia Airlines flight MH17, en route from Amsterdam, Netherlands, to Kuala Lumpur, Malaysia, was shot down over the territory of Donetsk Oblast, which was occupied by Russia, by a missile from a Russian Buk surface-to-air missile system, as investigations

🕯️On 17th July 2014, Malaysia Airlines flight MH17, en route from Amsterdam, Netherlands, to Kuala Lumpur, Malaysia, was shot down over the territory of Donetsk Oblast, which was occupied by Russia, by a missile from a Russian Buk surface-to-air missile system, as investigations
Michal Strehovský (@mstrehovsky) 's Twitter Profile Photo

If a library uses reflection it doesn't mean it won't work with trimming. Trimming just might need a bit of help. I've submitted a PR with a fix. If accepted, it will be possible to use PDFSharp with trimming/AOT and the apps will be _tiny_! github.com/empira/PDFshar…

If a library uses reflection it doesn't mean it won't work with trimming. Trimming just might need a bit of help. I've submitted a PR with a fix. If accepted, it will be possible to use PDFSharp with trimming/AOT and the apps will be _tiny_! github.com/empira/PDFshar…
Eric Erhardt (@eehardt) 's Twitter Profile Photo

Check out this episode of Deep .NET with Scott Hanselman 🌮. I had the privilege of teaching Scott how to make code compatible with native AOT. youtu.be/N-MrQeZ1enY?si…

Michal Strehovský (@mstrehovsky) 's Twitter Profile Photo

Sounds like a pretty cool library that allows replacing a lot of reflection (the trim unfriendly flavor of it) with source generators, potentially without having to write a source generator!