clearbluejar

Results 28 issues of 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). ![image](https://user-images.githubusercontent.com/3752074/189681904-05ba1e24-3f3a-4434-ad1e-cb9a1f3a3f46.png) 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:...

Status: Internal

**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...

Feature: Debugger
Status: Internal

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...

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....

enhancement