Alan Foster

Results 50 issues of Alan Foster

Hey, love the project. I was just wondering if it would ever be possible to call off to Ruby's ripper module with `run.rb` ? I was looking into integrating run.rb...

Hey, is there any advice on how to create a new plugin that can work with IntelliJ? i.e. I would like to create a new plugin for X language, is...

Hey, I've been loving the articles for reconstructing ruby! It's really helped clear up a lot of things for me. @halogenandtoast Out of interest, will there be a part 10...

Hey; Just a quick question about the serialization for array query strings within fluxthis. We're currently attempting to send an array via the `params` option of the ApiActionCreators. Over the...

## Summary It would be cool if `tools/smb_file_server.rb ` was also a metasploit module ### Motivation This would increase the chances that users discover this functionality, i.e. via `search smb...

suggestion-feature

Thanks for the gem! I'm hitting console warnings when attempting to use this Gem with a rails app and requiring the `aarch64/parser`, the warning is: ``` warning: already initialized constant...

First attempt at closing https://github.com/tenderlove/aarch64/issues/400 This approach runs the parser in two phases: - First pass - Collecting the required labels and offsets - Second pass - Generating the instructions...

I'm not sure what is and isn't out of scope for your project, so just thought I'd raise a few issues to confirm before attempting to research an implementation to...

I'm not sure what is and isn't out of scope for your project, so just thought I'd raise a few issues to confirm before attempting to research an implementation to...

aarch64 does not seem to parse the following expression: ```asm add x1, sp, x2 ``` Test: ```ruby def test_add # existing tests assert_bytes "add x1, sp, x2", [0xe1, 0x63, 0x22,...