lumen icon indicating copy to clipboard operation
lumen copied to clipboard

A private Lumina server for IDA Pro

Results 22 lumen issues
Sort by recently updated
recently updated
newest added

Rust’s API has added more ways to allocate without oom. It should be possible to never oom and only report failure instead of over allocating.

enhancement

``` bash Compiling common v0.1.0 (/lumen/common) Compiling lumen v0.1.0 (/lumen/lumen) error: could not compile `lumen` Caused by: process didn't exit successfully: `rustc --crate-name lumen --edition=2018 lumen/src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin...

A bit more research is required to determine how IDA calculates function signatures. Calculating signatures independently would allow other tools (such as radare2, binary-ninja, Ghidra) to use the lumen server....

enhancement
help wanted

The following metadata types aren't parsed at the moment: - [ ] 0x01: typeinfo (assuming it's the function's signature) - [ ] 0x08: set stack points - [ ] 0x09:...

enhancement

Depending on how much metadata you have pushed into the database you can get the wrong results when pulling. For example, when pulling metadata for IDA's ```QT5Gui.dll``` I get metadata...

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20. Release notes Sourced from clap's releases. v3.2.20 [3.2.20] - 2022-09-02 Features ArgMatches::get_count help for ArgAction::Count ArgMatches::get_flag help for ArgAction::SetTrue / ArgAction::SetFalse Changelog Sourced from...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.21.0. Release notes Sourced from tokio's releases. Tokio v1.21.0 1.21.0 (September 2, 2022) This release is the first release of Tokio to intentionally support WASM....

dependencies

It seems that some users are having trouble connecting to unofficial lumina servers with TLS enabled. It seems that the current workarounds aren't simple enough. We should have a plugin...

enhancement

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.193 to 1.0.200. Release notes Sourced from serde's releases. v1.0.200 Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733,...

dependencies