"Please leave if you are not willing to help and spare me the comment. Thx"

Hello everyone,
I do not commonly post here but I wanted to figure out something that I am having trouble with. As you saw in the title I need help with hiding a pbo and I have very little experienced with IDA. I have only been only using it for 4 days or so. I was doing some research on if there is a method of hiding a pbo and I found Douggem's reply in a thread saying this:

B9 ? ? ? ? E8 ? ? ? ? 8D 44 24 30
A1 ? ? ? ? 8B 0C B0 8A 41 1E
B9 ? ? ? ? C7 44 24 ? ? ? ? ? C7 44 24 ? ? ? ? ? E8 ? ? ? ? 33 DB
3B 35 ? ? ? ? 7C A4
39 0D ? ? ? ? 0F 8E ? ? ? ? 8D 49 00

Signatures to find the QFBankArray, which is an AutoArray<QFBank> in the data section of arma3.exe. Remove an entry from the array corresponding to your PBO and it will be hidden. Alternatively, I understand that people have found a byte you can flip in the QFBank object that keeps it from being checked, but I don't know where that byte is.
I wanted to use IDA Pro to find the sequence, but had no luck could anyone help me find it in IDA Pro.(or just a tip or trick)
Thank you for reading,
John