A
A
Anton Kokarev2019-01-18 16:39:18
Perl
Anton Kokarev, 2019-01-18 16:39:18

What does the perl -pi -e 's|\x81\x78\x30\x6B... command do?

The actual command:

sudo perl -pi -e 's|\x81\x78\x30\x6B\x10\x00\x00\x0F\x85|\x81\x78\x30\x6B\x10\x00\x00\x90\xE9|' /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4331.kext/Contents/MacOS/AirPortBrcm4331

I want to understand what it changes in the file and modify another file in the same way.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vaut, 2019-01-18
@akokarev

replaces \x81\x78\x30\x6B\x10\x00\x00\x0F\x85with \x81\x78\x30\x6B\x10\x00\x00\x90\xE9
Once per string the first inclusion.

F
Fixid, 2019-01-18
@Fixid

This command disables 802.11d on the card

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question