reverse-engineering

Pull text from a UWP app label on Windows 10

I have an obsession that I'm having trouble implementing. Actually, to the subject. There is a Yandex. Music app for Windows ... ements in UWP? Or do you need to get into the processes and poke around in the application's memory? Thank you for your help!

Reverse engineering

Good time of day! There is a binary file whose format is not known. At the same time, there is data that this file contains, ... Qt. Maybe it makes sense try to decompile this program, but then how to find the place in the code where this file is read?

Something about dotPeek doesn't show what was generated. How do I make it show?

I want to take .exe/.dll, where async/await was used in the source code and see what the compiler generates there. See with y ... piler generates for async/await? P.S. tried on .NET Core 3.1 and on the latest version .NET Framework. I work on Windows 10.

MC Server Injection:PE (BE)

Atypical question: how is the injection of custom servers in the Minecraft Pocket Edition client? Parsing the. apk found nothing

Traffic interception on Android

I need to intercept requests from the mobile app to use its internal api. The application has a chat, I need to get the infor ... it possible to somehow intercept absolutely all traffic from the application and what do I need to do? Thank you in advance)