Robert Xiao

Results 16 issues of Robert Xiao

A bunch of miscellaneous fixes and improvements that I've had queued up for a while, which should have made it in for 3.1.3 (but will probably enter 3.1.4 now). Includes...

For the NTFS parser I recently learned about the "update sequence array", which is a set of binary patches applied to specific offsets in the stream. Essentially, suppose you have...

DWARF version 5 is out now, and is the default for newer GCCs. DWARF 5 should be upwards compatible, so the changes necessary to support it should be minimal. Currently,...

Type: Enhancement
Feature: DWARF
Status: Internal

This PR adds WebAssembly support to Ghidra, based on my plugin here: https://github.com/nneonneo/ghidra-wasm-plugin/ More details on the plugin can be read on the project README: https://github.com/nneonneo/ghidra-wasm-plugin/#readme This will resolve Issue...

Feature: Processor
Status: Internal

I like this add-on a lot. I'm wondering if there's a way to select multiple tabs at once, either with this add-on by itself or in combination with another add-on....

**Describe the bug** Following the fix of #5647, most 32-bit float subnormal operations work correctly. However, double values just above Float.MIN_VALUE/2 are incorrectly being rounded to zero. **To Reproduce** The...

Feature: Data Types
Status: Internal

The section “Eventually, nothing” states: > according to the C standard, compilers are allowed to assume that the program contains no infinite loops without side-effects. This is inaccurate; the precise...

The single "fight-compiler" exercise borrows the list for iteration, then attempts to borrow the structure mutably in each iteration, which naturally fails. One of the reasons why this fails is...

Currently, there's no way to know how much memory to allocate for `uc_reg_read` or `uc_reg_write`. For writing bindings or writing more "generic" code, it would be very useful to know...

I recently worked with an OAuth server that required a POST oauth_token parameter unrelated to the OAuth access token, in addition to the access token. Currently, oauth2 has no way...

Enhancement
Needs Verification