Results 54 issues of Maijin

Stop using that kind of syntax😧: ``` imports = "\n".join([_ for _ in r2.cmd("ii").split("\n") if "name=" in _]) ``` or ``` def is_elf(file): with open(file.filepath, "rb") as fd: head =...

**Is your feature request related to a problem? Please describe.** The analysis loading box need to be more verbose. In particular when applying FLIRT it should say "Flirt being applied"....

**Is your feature request related to a problem? Please describe.** To be able to edit files by pasting hexadecimal or ASCII content. **Describe the solution you'd like** When started in...

Enhancement
good first issue
UI
HacktoberFest

Add flag in Hexdump context menu

Enhancement
good first issue
HacktoberFest

**Is your feature request related to a problem? Please describe.** Add analysis hints in the UI (e.g `ahe`), this is important when emulating code with IL. See #698 **Describe the...

Enhancement
UI
Emulation

Add Windbg Preview to enable timeless debugging - only on windows 10.

Add XLMMacroDeobfuscator from @DissectMalware to deal with XLM 4.0. Repository - https://github.com/DissectMalware/XLMMacroDeobfuscator

qpdf is useful for many operations on pdf for example decrypt a pdf: qpdf --decrypt

The Real-time Virus & Threat Protection from Microsoft detects quite a lot of utilties (imprec, kali, ncat) it should be disabled after the start of the installation.

**What is the feature that you are requesting?** Some features used in the tool can leak information to attackers and open source intelligence such as the scan to URLscan. Therefore...

Useful Fix