Matthew Schweiss

Results 25 comments of Matthew Schweiss

Agreed, I have the same problem. Here is a slightly simpler example. ```python >>> from pprint import pprint >>> from flatten_json import flatten, unflatten >>> x = {'a':['b', 'c']} >>>...

You can solve this by writing a custom data generator and testing only one input at a time. At the current time, this module does not support [multivariable](https://en.wikipedia.org/wiki/Big_O_notation#Multiple_variables) big-o function...

How do you obtain a faction bag without being in a faction?

It seems you are right. If I go to File | Configure... > Ghidra Core, the only plugin enabled is the Python plugin ![image](https://user-images.githubusercontent.com/22862051/216129602-00d11507-9557-46d9-8e51-84c350d40edd.png)

I was able to restore the CodeBrowser using the second method you described. Thank you

Update description with steps to reproduce. This is still an issue that needs to be fixed.

Update: It seems interrupting the Python interpreter *at all* causes this issue. The following snippet also causes the crash: ```python while True: pass ``` A simple sleep command, however, gets...

Update: In the current version of Ghidra, hitting the buffer overflow does not cause the project window to go blank. However, running ``` while 1: pass ``` and then interrupting...

If this is the first time the Python interpreter is being reset since Ghidra has restarted, an additional error can occur on resetting. This can occur instead of the above...

Perhaps a new `PIDLock` could be defined that saves the pid of the lock. If the lock is held by a pid that no longer exists, the the lock is...