clearbluejar
clearbluejar
This pull request is meant to address the issue: https://github.com/VDOO-Connected-Trust/ghidra-pyi-generator/issues/14 I have added two jobs two the workflow that allow a build to be started **on command** (workflow-dispatch).  and...
**Is your feature request related to a problem? Please describe.** A need for a side-by-side diff view in the Decompiler View. **Describe the solution you'd like** From the discussion below:...
**Describe the bug** When debugging a x64 Windows RPC server payload using dbgeng IN-VM and stepping into code that doesn't exist (not imported yet), the decompiler window goes blank and...
adding slides from Sat. realize there are quite a few images. I didn't see a way to embed the images into the notebook without adding them in the media folder......
Instead of using python threading, would it be faster to use ParallelDecompiler? ```python from decompiler import MyDecompileConfigurer from ghidra.app.decompiler.parallel import ParallelDecompiler from ghidra.app.decompiler.parallel import DecompilerCallback from ghidra.app.decompiler.parallel import DecompileConfigurer configurer...
For uploading artifacts in Github workflows. need to handle trouble characters. ``` Invalid characters include: Double quote ", Colon :, Less than , Vertical bar |, Asterisk *, Question mark...
https://htmlpreview.github.io/
wget https://msdl.microsoft.com/download/symbols/archiveint/E9509ED1AD000/archiveint -O archiveint.x64.10.0.19041.3803 wget https://msdl.microsoft.com/download/symbols/archiveint/C9506245AD000/archiveint -O archiveint.x64.10.0.19041.3989 broken. missing `.dll` and/or `.exe`. Need to determine type. Check for dllmain? What about sys?
> For markdown, I haven't strictly checked the format. Generally, I am trying to make sure it works in most places, but primarily I manually test in github and gitlab....