Steve Lavoie

Results 13 issues of Steve Lavoie

Any chance of `string_view` support? And, though it would be a ton of work on your part, I'd love to be able to (somehow) get a `constexpr std::string_view` out of...

**Is your feature request related to a problem? Please describe.** PyPi is really the only versioning in use but development moves much faster than that and there is no unified...

stale

--- **Describe the bug.** The protobufs packages and imports are mismatched. For example, `primitives.proto` is `package angr.protos` but `cfg.proto` imports it as `protos/primitives.proto`. It should be imported as `angr/protos/primitives.proto` instead....

bug
stale

Another feature that would greatly reduce my time spent renaming to understand would be to attempt to identify getter/setter methods and (optionally) name them. For example, any method in a...

new feature
deobfuscation

It would be nice to (optionally) automatically annotate member fields and function names with a type prefix, like [Hungarian Notation](https://en.wikipedia.org/wiki/Hungarian_notation). In large projects, seeing hundreds of statements like `this.f2954c =...

enhancement
deobfuscation

TL;DR first: I have this working for my purposes but it won't fly with Binja as-is. I'm not sure how much time I'll have on this after this week so...

Would you be able/willing to provide a Python lib and bindings? I'd like to add this view to angr-management.

The AI uses it so users should be able to. Forum thread: https://www.7kfans.com/forums/viewtopic.php?f=13&t=795 [Initial test implementation diff](https://github.com/sraboy/7kaa/compare/visual_studio...sraboy:market_retail_flag) [Explanation of test](https://www.7kfans.com/forums/viewtopic.php?f=13&t=795&start=20#p5681)

_This is a draft PR, hopefully to facilitate contributions and conversation._ I re-did the work originally posted in #58, in case anyone wants to continue tinkering. It's rebased on the...

It would be nice to have a way to spy on fryhtan lairs like we do on others' buildings. A couple options for implementation: - Only as a cheat feature...