D
D
Dmitry Rybin2020-07-09 10:01:26
C++ / C#
Dmitry Rybin, 2020-07-09 10:01:26

Is it possible to decode .appx?

Good afternoon. There is an .appx file on the computer that is used to install the program. Is it possible to decode it to get the application code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-07-09
@mb_of

Get a guide.
https://docs.microsoft.com/en-us/windows/msix/pack...
Types are described
here https://docs.microsoft.com/en-us/windows/uwp/get-s...
You see that this is a regular archive.
You unpack it. Look at the structure.
If it's native then run IDA
If it's NET then dotPeak

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question