Joel Höner

Results 116 comments of Joel Höner

Thanks for the issue -- I didn't realize this got merged & this is great news! I'd definitely love to support this. It appears to me like we will have...

I had a look into this today and, unfortunately, this is not as easy to support as with failure. The `std::backtrace::Backtrace` impl doesn't use the vanilla `backtrace_rs::BacktraceFrame` structs but instead...

> my own naivete here, since i don't know so much about ghidra's architecture: i thought SLEIGH definitions were handled (interpreted!) by java somewhere Well, you're certainly not alone there,...

I'm not particularly worried about these requirements -- sounds reasonable to me for this project. I'm in favor of not hiding it behind any feature flags / environment variables.

None that I know of. I do plan on adding assembler support to this lib in the future (hence the module name "wasm", not "dewasm" or "diswasm"), but that probably...

Haven't looked into it, sorry. Now that WebAsm will soon be completed and adapted in mainstream-browsers, it'd be a waste of time to look into the old, hacky asm.js stuff...

Seems like monkey-patching `admin.site` isn't enough anymore. In Django 1.7, [a decorator for registering models into the admin](https://docs.djangoproject.com/en/1.9/ref/contrib/admin/#the-register-decorator) was introduced, which defaults to registering them into `admin.sites.site`. The authentication module...

Since OP never ended up posting their result and I appear to be having the same / a similar issue here: Logging Output ``` WEZTERM_LOG=window::egl=trace,wezterm_gui::renderstate=trace,info target/release/wezterm start --always-new-process 22:07:20.838 TRACE...

Thanks for the report, that's indeed a bug (as IDASkins aims not to interfere with stock IDA coloring). However, the default color being black, I already see it coming that...

Well, you got a point there. Besides that, the background of the message window is also customizable via stock color settings, so it shouldn't be affected by the plugin either...