Zachary Canann

Results 34 issues of Zachary Canann

I believe standard practice is to assume 1-byte alignment on Byte scans and 2-byte alignment on U/Int16 scans. This is not being done right now, and we always assume 4-byte...

enhancement

A (reasonable) limitation of C# is that Byte[] can only be of size 2,147,483,591 (0x7FFFFFC7) elements (see: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcallowverylargeobjects-element) Unfortunately, it is quite possible in a 64 bit process to exceed...

- Remove excluded namespace hack - Sort alphabetically - Remove TypeCodes (They are required for now since we can only send primitives over the proxy) - Resolve the horrible proxy...

feature

Right now scripts generally apply and revert changes. This can leave the program in a bad state if there are 2 scripts that modify the same piece of code. Instead,...

bug
enhancement
feature

Right now these are a control created via Windows Forms Hosting. In WPF this could be much more fancy -- ie some sort of visual indication when the value is...

low priority
feature
readability/style

This class is tightly coupled with OutputViewModel.cs, even though these should have nothing to do with one another. The popup from clicking on a line of output with an inner...

low priority
readability/style

For some reason the only way to load SubmenuItems is to trigger any sort of style binding. The offending line is likely `` in `Submenu.xaml` in SqualrCore. In our case,...

readability/style

These guys are tricky to handle because they need to have their own way of managing a region. They must divide that region up themselves to optimize for bulk scanning,...

low priority

This will read Largestx86InstructionSize bytes (15 bytes) to gather the original instructions, however it is possible that the page ends in less than 15 bytes (very rare circumstances), which will...

bug
low priority

Cancelling a task that is a dependency of another task does not propagate right now This should be pretty easy to fix

bug