clubby789

Results 51 issues of clubby789

- [ ] Pro Lab Leaderboards - [ ] University Leaderboards (Will require some testing of the API)

enhancement

- Allow arbritrary attributes to be set on nodes and edges - Add graph attributes

As specificed in https://graphviz.org/docs/attr-types/portPos/

This PR: - Introduces an `IdError` type to explain invalid names - Uses `chars` instead of 1-length strings - Removes uncessary references - Implement `From` instead of `Into`

When I set `ah` to `0x0a`, then call `int 10h`, the program counter seems to jump to uninitialized memory: `0x7c28` to `0xd2a0`. If I use `0x0e` (TTY mode) the character...

The [docs](https://www.capstone-engine.org/diet.html) for Diet mode state > @**op_str** > > Without operand string, we can still extract equivalent information out of @detail->operands, which contains all details about operands of instruction....

Implement the ability to bind to a Unix domain socket TODO: - [ ] TLS over Unix socket

Using JP over a commandline-only session (like WinRM) means that, for example, simply spawning a new shell is unhelpful because it can't be accessed. Spawning it in the current shell...

Adds a lint to check for a raw slice being created and cast back to a pointer, suggesting `ptr::slice_from_raw_parts`, to identify UB such as https://github.com/SimonSapin/rust-typed-arena/pull/54. ``` changelog: [`raw_slice_pointer_cast`]: Add lint...

S-waiting-on-review