ShellCode

Results 13 issues of ShellCode

Hi ! Thanks for this amazing tool ! I came across an error and to be honest, debugging arm_now was an absolute nightmare... I spent almost 2 hours digging into...

Hey, thanks for this Python module, but I'm not sure I get it... You provide Python code, talk about APIs, but you don't give a single API endpoint ? Is...

Hey, thanks a lot for your work! I adapted your CSV example to this: ```rust const TEST: &str = env!("TEST"); static PARSED: [&str; 2] = iter::collect_const!(&str => string::split(TEST, ","), map(string::trim),...

Hey, thanks for your work ! Love the custom dmenu stuff. Would you mind applying the [scrollback reflow patch](https://st.suckless.org/patches/scrollback/st-scrollback-reflow-0.8.5.diff) ? > Apply the following patch on top of the [original...

Hey, I hope this is the right place to ask such question, sorry if it's not. I'd like to write a plugin to analyze a specific application on any platform...

question

Currently the API takes a `&[u8]` as input. It would be nice to be able to process huge files entirely in memory by processing chunks one after another. Maybe by...

question

Hey! Again, thanks for your work, I'm more and more amazed by Rust and what can be done at compile time, and that's clearly made possible thanks to your crate....

https://github.com/DanMcInerney/net-creds/blob/master/net-creds.py#L58

enhancement

At the logger level ?

enhancement

Hello there, I'm trying to implement conntrack marks, but it has been unsuccessful so far. I thought I would still open a PR so that maybe you can give me...