/usr/lib/.build-id/5d
NameSizeModeActions
2d575a6b405e61d9ae308a7f92e673a06ba5ce122160755editdlrm
6ae6c044669df9f47d57f2373c8a8c1bf156d6637760755editdlrm
9b90eecaca753520de4375a396c86df5f5aa02159840755editdlrm
16c339eb7b1d32b716d4a6c9dcddba00cc1996342400755editdlrm
110a6777f2d1caef1cc089de5f314ed12ae2a13235840755editdlrm
391e7786a81215f0cbe97ed6d56317b68c17f71190720755editdlrm
528bb227708c3e35d6a41b9cfa7eee52448eb0422160755editdlrm
3980a63194b5c86e389de2353e5a21de0a5c631377440755editdlrm
7122df22fd6dcbc16b7e88d2a95869eec3d1aa202800755editdlrm
a272fb1f5afd57fd50df35c886007cd5e7cbd8302880755editdlrm
b75b5ec53826e6c7579086eafc4a282319bd82295760755editdlrm
d515ad8ddf1d781a4d5fcc41d10a60fd0bc19c246080755editdlrm
Edit: /usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so (15984B)
ELF>@7@8@"" ,, ,  ,, , $$Ptd||QtdRtd,, , ppGNU]u5 Cum$ $&'BE|qXo? 6`'H-oq^8 J , F"q2 2 x2 U  __gmon_start___ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalizelibpthread.so.0libc.so.6PyModule_GetState_Py_DeallocPyStructSequence_NewTypePyModule_AddTypePyStructSequence_NewPyList_NewPyUnicode_DecodeFSDefaultPyList_Append_Py_NoneStruct_PyLong_FromGidPyErr_Occurredsetgrentgetgrentendgrent_PyArg_UnpackKeywords_PyArg_BadArgumentPyUnicode_EncodeFSDefaultPyBytes_AsStringAndSizePyEval_SaveThreadsysconfPyMem_RawReallocgetgrnam_rPyEval_RestoreThreadPyErr_NoMemoryPyExc_KeyErrorPyErr_FormatPyMem_RawFree__stack_chk_fail_Py_Gid_Convertergetgrgid_rPyInit_grpPyModuleDef_Init_edata__bss_start_endGLIBC_2.4GLIBC_2.2.5eii ui ,  , , , , , 0 0 0 0  0 (0 00 80 `0 &h0  x0 0 0 0 `0 /0 Y0 `0 @H1 8P1 `1 `0 h1 0 p1 x1 01 01 , 1 &2 , 2 `2 <h2 p2 0 / / / / /  / ". . . . . / / /  /  /  (/  0/  8/ @/ H/ P/ X/ `/ h/ p/ x/ / / / / / / / !/ "/ #HH HtH5 % @% h% h% h% h% h% h% h% hp% h`%z h P%r h @%j h 0%b h %Z h %R h%J h%B h%: h%2 h%* h%" h% h% h%  hp% h`% hP% h@% h0% h % h[1]A\[HtHx HHufÃRAVAUIATUSHH81H1HHHMuI>HtfIHtHH~t+LsHUHHUHI$xHI$uLII}I}HCHt uHC H  1HK t1A}SHD$~D$Hl$D$C(HtH;xHH;uH91HH[]A\A]A^ATI1USHHtyLHteHLHHtHHdt(HYHxHHuHL1 HExHHEuH(H[]A\AWAVIHAUATUSHhH|$dH%(HD$X1HuH~ HMu2PLA1L HD$XPjj`H IHM&IT$u%LH%E1H5H=(_PLE1?HH91Ht$ HEHD$IHuAHL$0E1L|$(HL$LLHHuHD$(LJHt$H|$ MLHYt.HD$("uH?I9 MI1H|$D$Lt$(|$Mu(u4L9 LH51I8H|$LiIE11HtLMExILMuHHT$XdH3%(LtHh[]A\A]A^A_AWAVAUATUSHHHXH|$dH%(HD$H1HuH~ HHu2PHA1LB HD$HPjjCH HHLH;Ht$u14EH$HHuE1L|$Lt$ I?HLHHuHD$LAB|$MHHLGAąt&HD$"u L9 HIE1AH<$H\$HuhHAu 5Hi|$IHH T H1H55H9 IHILH|$HeHHwHT$HdH3%(HtHX[]A\A]A^A_ATIUHSHH8H[LH8H]A\ff.fHH8HtHHx HH1Hf.H=  H H9tH> Ht H= H5 H)HHH?HHtH HtfD= u+UH= Ht H= dm ]wff.USHQH= HFHEHHHZ[]H= HHstrargument 'name'getgrnamgetgrgid(): gid not found: %Sgr_namegroup namegr_passwdpasswordgr_gidgroup idgr_memgroup membersgetgrgidgetgrallgrpgrp.struct_groupgetgrnam(): name not found: %Rgrp.struct_group: Results from getgr*() routines. This object may be accessed either as a tuple of (gr_name,gr_passwd,gr_gid,gr_mem) or via the object attributes as named in the above tuple. getgrall($module, /) -- Return a list of all available group entries, in arbitrary order. An entry whose name starts with '+' or '-' represents an instruction to use YP/NIS and may not be accessible via getgrnam or getgrgid.getgrnam($module, /, name) -- Return the group database entry for the given group name. If name is not valid, raise KeyError.getgrgid($module, /, id) -- Return the group database entry for the given numeric group ID. If id is not valid, raise KeyError.Access to the Unix group database. Group entries are reported as 4-tuples containing the following fields from the group database, in order: gr_name - name of the group gr_passwd - group password (encrypted); often empty gr_gid - numeric ID of the group gr_mem - list of members The gid is an integer, name and password are strings. (Note that most users are not explicitly listed as members of the groups they are in according to the password database. Check both databases to get complete membership information.);xdT[Te|,TXqT$hzRx $FJ w?;*3$"(D3BDD [JBzRx  $DACBh3DnzRx  $$ 9AAD pAAzRx   @p6BBE A(A0D@0D(A BBB(BFA AB\BBH B(A0A8DkXBBI8A0A(B BBB\@BBB B(A0A8JkXBBIt8A0A(B BBB , Ue  , , o(  .    ooooo%, &6FVfv&6FVfv& `/Y`@8`0 0 00, &, <0 GA$3a1grp.cpython-312-x86_64-linux-gnu.so-3.12.14-1.el8_10.x86_64.debug7zXZִF!t/_q]?Eh=ڊ2N 1oJ崙D&KںƶB2B\ч3ҌE-P ZZps+/Ɗ Sbu%WgS>a}MRo?]RdE)꥕79.zQԳaSɟ#X;QAT&m%:C j'3IgDQ ]M0.V!H`jI*>p;g@5CeQd%#wV˲\C t˳\%6Qz =+3%=z6:.Yt՘fPXo>UG4XTy2Qd.|oM6qGM^m>c`exܧv9abk|6^8.Ǜ՗Kn: 88Wۂ\蛚> ' |q otZ+8QO‹XA4y13ٲeو7VYa:hGԺ#>v֝*z6;}b忎Uȴsv$Dq;{E!{t!5^-ۙ|\=!a։"W{rEonS޳wof~sVK"k ϔ<_.S}Kd#Xf+vh]A·SjsLGJǢgڗ OB!?k3%{EN (/3Tq7>^=/i߉NZaQ1{i ЛLGm^.Q'oaluX3l$N%x),:iP=wdQObăVNLyjsͪ&n[] Z $jgYZ.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata $o4( ((08oPEo0T  ^B  hcnt z |  , ,, ,, ,0, ,. .80 0 2 22`2$2H26