Gary Tierney

Results 47 comments of Gary Tierney

Next build will include the PPU and SPU sleigh processor modules.

Hi @clienthax, > the following change is needed in Processors\PowerPC\data\languages\ppc_64_32.cspec Add to the list. Is this a commit you're referring to? I think I have a copy of your PPC64...

Ah, got it. I'll include a patch for that in my next PR. Is there any reason not to send that upstream to Ghidra?

Yep, found it. For posterity: https://github.com/NationalSecurityAgency/ghidra/issues/570#issuecomment-701728185. I'll open a PR for this.

Patch included here: https://github.com/garyttierney/ghidra-batteries-included/pull/28. I'll keep this open 'til I bundle the SELF analyzer script and the sleigh module for the SPU.

Ah, this is obvious now looking back. I'll start distributing tarballs which retain permissions instead. I'll create a build with this fix later.

Going to re-look at this. I did start building tarballs, but it seems at that point we've already lost any file attributes because we're dealing with an extracted zip file.

Hi, is anyone working on this? I'd like to pick it up if not. Regarding supporting the open source version: GameNetworkingSockets provides APIs to select from either the library interface...

Hi all! Would this be a correct summary of the current behaviour? - `RUSTFLAGS` defined on the environment completely overrides any rustflags derived by Cargo config - `rustflags` defined under...

Examples: https://godbolt.org/z/YMEWq3q5x ``` ??_R0?AV?$C@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@@@8 DQ FLAT:??_7type_info@@6B@ ; C `RTTI Type Descriptor' DQ 0000000000000000H DB '.?AV?$C@V?$basic_string@DU?$char_traits@D@std@@V?$alloca' DB 'tor@D@2@@std@@@@', 00H ??_R0?AVB@0@@8 DQ FLAT:??_7type_info@@6B@ ; B::B `RTTI Type Descriptor' DQ 0000000000000000H DB '.?AVB@0@',...