Python Scripts in P...
 
Notifications
Clear all

Python Scripts in Physical Analyzer

4 Posts
3 Users
0 Reactions
2,281 Views
(@dbflynn)
Active Member
Joined: 16 years ago
Posts: 10
Topic starter  

I have performed a JTAG on a cell phone and have the resulting .bin file. I am able to run Python scripts on the file and pull out the PIN for the phone. My question is how do I do this inside of the Cellebrite Physical Analyzer. When I run the script in PA it seems like it is working and I get a pop up window showing that the script is running but a PIN is never shown to me. Where do the results of the scripts go?


   
Quote
(@principle3notes)
New Member
Joined: 8 years ago
Posts: 4
 

What model phone is it?

When you run the script if it decoded it successfully, the pin should appear on the summery at the bottom


   
ReplyQuote
(@dbflynn)
Active Member
Joined: 16 years ago
Posts: 10
Topic starter  

The phone was a Samsung SCH-T589. I know the script works because I can use it in a command line and get the correct results. I have also modified it to write to a text file hoping that when run within PA that it would produce the results. PA shows that the script runs but I don't see it on the summary screen and no text file is created.


   
ReplyQuote
passcodeunlock
(@passcodeunlock)
Prominent Member
Joined: 9 years ago
Posts: 792
 

I think you face there a Python version mismatch between the local platform and the PA built-in interpreter. Create brakepoints in your script and check where the failure comes from.


   
ReplyQuote
Share: