Mike Gratsas
Mike Gratsas
Please modify the code of ReadFrom method in DiscUtils.Btrfs/Base/Items/ExtentData.cs file as follows: ``` if (Type == ExtentDataType.Inline) { InlineData = EndianUtilities.ToByteArray(buffer, offset + 0x15, buffer.Length - (offset + 0x15)); LogicalSize...
On start of LzoStream decoding first instruction should be analyzed in addition. If instruction > 17 then literal length is calculated as instruction - 17, a match should not be...
According to my observations IMBReader is not instantiated by default in the MultiFormatReader.cs code, therefore Intelligent Mail barcodes are not detected. I know that it is possible to overcome this...
Trying to analyse the captured file to detect WPA authentication handshake I found the latest aircrack-ng versions (1.7, 1.6) can't detect any handshakes. However, it was possible using the previos...
I found that adding a Series to a Line Chart and assigning Series.Visible = false the series is still rendered applying a pen with Width = 1. In my opinion...
I tried to add several XSeries to a chart (Line, Column2D, ColumnStacked2D, Area2D, Bar2D, BarStacked2D) and found that XValues of additional XSeries are rendered outside of plotting area. The result...