al3xtjames / ghidra-firmware-utils

Ghidra utilities for analyzing PC firmware
Other
397 stars 45 forks source link

CBFSFileSystemFactory & ArrayUtils, etc #20

Closed dev747368 closed 1 year ago

dev747368 commented 2 years ago

2a4a7747e68a9264ad8a6ef5a4c43c17d8f8ae79 removed the ArrayUtils classs, CBFSFileSystemFactory needs to be refactored to use Arrays.equals() instead.

96674d4f629d0b3edf1cc0b14064d4b12784e93c removed the ContinuesInterceptor stuff, so UEFIHelper looks like it needs some attention as well.

al3xtjames commented 2 years ago

Thanks for the heads up! I've replaced the sole use of ArrayUtilities. I'll do the same for ContinuesIntercepter soon.