DPCIManager
DPCIManager copied to clipboard
DataTypeHandler: use getsectiondata instead of getsectdata
Fixes a segfault on arm64 caused by getsectdata giving an invalid pointer.
I'll be honest that I do not know much C or ObjC and this is suggected to me by ChatGPT. I did test this compiled for both arm64 and x86_64 and it works fine.