crazy hugsy

Results 102 comments of crazy hugsy

Can you run in [debug mode](https://hugsy.github.io/gef/settings/gef/#debug) and print the stacktrace ?

```text ─────────────────────────────── Exception raised ─────────────────────────────── ImportError: attempted relative import with no known parent package ───────────────────────────── Detailed stacktrace ────────────────────────────── ↳ File "/home/mike/.config/gef-extras/scripts/libc_function_args/__init__.py", line 48, in load_libc_args() → from .tables.generator import generate_all_json_files...

I removed all comments because the PR is still draft and having those messes up how VSCode displays them directly into my code. Don't review until ready

Hi @gildasio This doesn't exist because GEF disassembler wrapper uses a specific coloring system to indicate things like previous instructions (fg=light grey) current instruction (fg=green) etc. Having assembly highlight on...

This feature is unlikely to get implemented here. Moving to gef-extras

@micsthepick I think you need to provide the `file`

This seems very strange to me, I will look into it. Can you provide a complete reproduction case of what you're trying to test (command lines, binaries, scripts...)?

@Legoclones Hi, yes thanks to your repro, I've been able to reproduce the issue, but had little time to work on a proper solution. The issue is actually known for...

For tracking: the fix for this issue will be part of a bigger work, tracked in #1149