MaxXor

Results 12 issues of MaxXor

Currently when executing the following, the result is wrong. ```python a = Apci(apci_type='A_GroupValue_Write', apci_data=3198) print(a.pack()) ``` Actual output: `FE` Expected output: `800C7E` For small values like `apci_data=1` it's working correctly...

Hi, is there any configurable timeout when knxmap loses the connection to the KNX/IP Gateway? Currently when you start knxmap in bus monitor mode and then disconnect the gateway by...

**Summary:** Currently, Win32 resources can only be read from `IReadableSegment`, which can be used to create an `IBinaryStreamReader` and read the resource in raw bytes. Updating and interpreting of resources,...

enhancement
pe
up-for-grabs

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...

When performing the installation with a different locale than English, the LUKS password doesn't work. I assume once the installation finished and you boot the system it's again using the...

Please use this issue to keep track of the discussion of items on the [roadmap](https://github.com/quasar/QuasarRAT/blob/master/ROADMAP.md).

discussion

Re-opening the issue here (from: https://github.com/ethereum/web3.js/issues/3512) as it was suggested that this might be a problem with the custom EVM. #### Expected behavior Get the block. #### Actual behavior Error...

bug
important

Hi, thanks a lot for your work. It would be nice if cryptcheck could support TLS 1.3.

I am trying to implement encrypted storing of log files. However this is currently not possible with the [FileLifecycleHooks](https://github.com/serilog/serilog-sinks-file/blob/735efa9699035e979c73c3f4970ae0ab41ebabd7/src/Serilog.Sinks.File/Sinks/File/FileLifecycleHooks.cs#L26-L30) class as the `underlyingStream` parameter was opened with [FileAccess.Write](https://docs.microsoft.com/en-us/dotnet/api/system.io.fileaccess?view=netcore-3.1). I'm trying...

enhancement

Add support for official DIMACS graph format (see http://www.stasbusygin.org/writings/ccformat.pdf) for input and output. It's commonly used in graph problem competitions.

enhancement