How to decrypt a pcode?

435 ビュー (過去 30 日間)
math98
math98 2011 年 6 月 20 日
コメント済み: Walter Roberson 2023 年 8 月 18 日
Hi,
Is there an experienced MATLAB user to provide me with some info on how to decrypt a given pcode?
P.S: It seems that I have to use a pcode version of my original code. Actually, I heard from an old MATLAB user that there are some ways to decrypt a pcode. (to obtain the original code) Of course, by advanced user (hackers :-O ) not newbies!!
Thanks
  4 件のコメント
Rik
Rik 2021 年 10 月 8 日
@David regarding your flag ("This post discusses decryption which goes against the community terms of use"):
Where exactly does it prohibit this? 2.a.v.b prohibits posting anything that violates any law and 2.a.vi specifically mentions export control laws. The prohibition on discussions about cryptography is generally understood to only apply to actual code/algorithms, not to pure informational content.
The way I read this thread, the original question was if there are ways to decrypt p-code. The answer is 'yes, but not in a legal way'. No actual discussions of how p-code encryption works has taken place. In fact, Mathworks provides more details in the documentation than can be found on this page.
It is your own website and you can enforce any rule you like, but I don't see how this violates the terms of use.
Fangjun Jiang
Fangjun Jiang 2021 年 10 月 8 日
I second to that. Users are going to ask this question anyway. This Q&A provides good and useful info.

サインインしてコメントする。

採用された回答

Jan
Jan 2011 年 6 月 20 日
編集済み: Jan 2017 年 12 月 26 日
No, there is no decoding method for P-coded functions.
You can use the debugger to step through the code line by line, inspect changes to variables and get a list of called functions. But you cannot get the source code as clear text. And most likely: You are explicitly not wanted to! A decompilation or reverse-engineering of a program usually conflicts with the license conditions and is illegal.
[EDITED] This thread seems to show, that P-coding is less cryptic than I thought: http://www.mathworks.com/matlabcentral/answers/75012-pcode-obfuscation-cracked-alternatives
[EDITED 2] Modern Matlab versions prevent the debugging of P-files.
  5 件のコメント
Jan
Jan 2011 年 6 月 20 日
編集済み: Jan 2013 年 8 月 2 日
@math98: Matlab has some undocumented features. I'd go into details, if I see a legal demand. Some general remarks about the security of P-files: http://www.mathworks.com/matlabcentral/newsreader/view_thread/284802 , http://www.mathworks.com/matlabcentral/newsreader/view_thread/271697
wonderkismet
wonderkismet 2020 年 12 月 10 日
編集済み: Rik 2020 年 12 月 10 日
Click to Send Request for pcode Recovery [link removed]

サインインしてコメントする。

その他の回答 (4 件)

ou dk
ou dk 2020 年 1 月 2 日
in fact ,i can decrypt all type code,include standalone program,p code,other language compiled matlab program.
  24 件のコメント
Rik
Rik 2023 年 8 月 18 日
Given Bruno's posting history, I doubt trolling is likely. While it is improbable for someone to crack the p-code encryption, it is not impossible. Escpecially the caveat that only specific version(s) are cracked lends some credibility to the claim.
Walter Roberson
Walter Roberson 2023 年 8 月 18 日
I know of at least five people who have made credible claims that they know how decode older .p files.
I do not know whether anyone has decoded the newer .p files as of a small number of releases ago.

サインインしてコメントする。


Meme Young
Meme Young 2020 年 8 月 11 日
Oh man you have really asked a good question, like claiming yourself to be a bank robber in front of a police department
  5 件のコメント
Rik
Rik 2020 年 8 月 13 日
Comment posted as flag by Meme Young:
Ok Robin can you recover some p codes?
ou dk
ou dk 2020 年 8 月 22 日
A small number of files are available, but you can't use them for profit.

サインインしてコメントする。


Fangjun Jiang
Fangjun Jiang 2011 年 6 月 20 日
I thought the Mathworks could do it. But they won't do it. After all, it is put in place to protect many of its source code (part of the reason, I believe). It can be used to protect the user's customer-developed source code too, which is what I like. Hacking is possible, technically. If you find a way, please let me know.
  9 件のコメント
Yair Altman
Yair Altman 2011 年 7 月 21 日
@Jan - I have just seen this thread and I must say that I take offense at being labeled a cracker or hacker. For the record, and you can quote me on this, none of what I do or publish is illegal, to the best of my knowledge and intentions. I am very careful about this. My livelihood depends on Matlab to a large extent and I will not cut the branch I'm sitting on.
Jan
Jan 2011 年 7 月 21 日
@Yair: Sorry. I did not meant the term "hacking" in any offending way and I'm definitely convinced from all I've seen and heared in the last years, that your work is legal and helpful for Matlab users and in consequence for TMW. I'm used to distinguish the illegal "cracking" from the legal "hacking", which means digging in the codes for the not barely obvious features. If any of your investigations and publications of the golden beans you've found is not legal -what is not the case!-, I'd strongly recommend that you get payed by TMW to catch up a legalization retrospectively.
Anyhow, Yair, I've deleted the concerning comment, because I know that the term "hacking" might be misunderstood.

サインインしてコメントする。


jgd0008
jgd0008 2018 年 2 月 9 日
I know it´s an old subject. This guy had an utility running on the web. I used a couple of times, had some minor flaws. However, it´s been asked to be taken down.
web-service.sippey.org/de_pcode
So, it´s possible
  2 件のコメント
MOUSSAOUI FAOUZI
MOUSSAOUI FAOUZI 2021 年 12 月 31 日
Hello, all my Matlab files have been encrypted by ransomware online. Is there a way to recover and decrypt Matlab files? Thank you. moussaoui39fa@gmail.com
Walter Roberson
Walter Roberson 2021 年 12 月 31 日
Files that have been encrypted by ransomware are probably not recoverable by any method known to Mathworks.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by