libcapstone-devel-4.0.2-150500.3.3.1<>,$ĉiKUp9|^Ⳅ|rLRp$ ta$ eѺ.is77+]kw>P?@d ' S %EKT      X(lH(k8t 9 : c FGHI$X8YD\p]^Kbc;defluv wPxyz<Clibcapstone-devel4.0.2150500.3.3.1Development files to build upon libcapstoneDevelopment files to build upon libcapstone, C language only.iKUxinomavroSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://www.capstone-engine.orglinuxppc64leIko~sE"0 6Bd&,!7 FY7A큤iKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKOiKPde39ba5887cde236edc71b89d465c7cdef94acbc6d49e616c83eebdfa8e83d0c27010446fbb7fa1fb83f13f0f11a454c27f6745ccb5392eee2260f98619b42cb25d64a668ce3deb1e4dd4611444c5e56cf32968891ef32965a633a27df8ed435a1c3c7b60cc16aa86e2c65c6d8828732c8411f281b7f5d201d3aa7c66992e6ae9519114f0d8e135cfbaf002241003379ab10f0032038e4b3037f2322bf98d36c32607173d111275db709a6767afd12174e6f0226987f8c68417d71a4bcf14da32c14322ae86f62de7159f16068f8b89eaaaa655362319e259b622fe851bd119e17ff832b57b85647368860c16ec31ae789e73aaac182fc5a9d3c2ebe8fbea5684c385a52279bf222c998c0ab70cc02b71d4e3b48669e12faecb5ef8c3756bb05b29a038902ee34715afb8357e1a2231e3f4b1a3dab81ad5bd2f336a18f7bfe4ba056123649ce5d5ace4062310b177236197a6d0b2c3cea71dbbb65125802675277823afade264ff04c7dc8d0f266448a1112e51035c93cb6abd6fa444d7beced25978059125e97699345635b7719f24cfd2ed877f5e1e2eca2b3379d5ffde531c9fe593f51d4645321114b94cfa75307760a40769858334c8db5037efbb3ce44852e45140f50b5cd95848b1cba880ba726698c01108ff5f0febe5f3f05a3312blibcapstone.so.4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcapstone-4.0.2-150500.3.3.1.src.rpmlibcapstone-devellibcapstone-devel(ppc-64)pkgconfig(capstone)@    /usr/bin/pkg-configlibcapstone4rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.0.23.0.4-14.6.0-14.0-15.2-14.14.3iJ@iE>@c_9^˳@^@[tZ>ZZDU/@dfaggioli@suse.comdfaggioli@suse.commwilck@suse.comdmueller@suse.comjengelh@inai.dealoisio@gmx.combrogers@suse.comafaerber@suse.destefan.bruens@rwth-aachen.demardnh@gmx.deduwe@suse.com- fix bsc#1255309 (CVE-2025-67873) Patch added: * fix-unchecked-lenght-cbef76.patch- Fix bsc#1255310 (CVE-2025-68114) Patch added: * fix-buffer-overflow-2c7797.patch- Enable static library, and add libcapstone-devel-static subpackage (this is helpful for qemu-linux-user)- update to 4.0.2 Windows kernel-mode driver support - Add armv8, ppc32 & thumbv8 modes - Print instruction ID - Support CS_OPT_UNSIGNED for ATT syntax - Fix operand size for some instructions - Fix LOCK prefixes - Recognize xacquire/xrelease prefix - Fix call/jmp access mode of mem operand - Add ENDBR32, ENDBR64 to reduce mode - Other minor fixes - Support CS_OPT_UNSIGNED - Fix register access flags for memory instructions - Fix UMOV vess - Update writeback for STR_POST_REG - Store correct register value in op.reg_pair - BDZLA is absolute branch - Fix truncated 64bit imm operand - Fix base/index printing - Fix skipdata struct being destroyed - Add __repr__ for capstone.CsInsn - Fix Java bindings to use pointers instead of longs - Fix x86_op record- Rename -docs subpackage to -doc to follow openSUSE practices. - Descriptions: say what the package is, not what it wants to be.- Update to version 4.0.1 [ Core ] * Fix some issues for packaging (Debian, Gentoo). * Better support for building with Mingw. * cstool has new option -s to turn on skipdata mode. * cstool -v now report build settings of the core. * Add suite/capstone_get_setup.c so users can integrate with their own code * to retrieve Capstone settings at build time. [ Arm ] * Fix 4.0 regression: the tbh [r0, r1, lsl #1] instruction sets the operand.shift.value back again. * Remove ARM_REG_PC group for BX instruction. [ X86 ] * Fix: endbr32 and endbr64 instructions are now properly decoded in both CS_MODE_32 and CS_MODE_64. [ M680X ] * Fix some issues reported by clang-analyzer. [ Python ] * Fix skipdata setup. * Add getter/setter for skipdata_mnem, skipdata_callback. version 4.0: [ Core ] * New APIs: cs_regs_access() * Add new options for cs_option(): CS_OPT_MNEMONIC & CS_OPT_UNSIGNED & CS_OPT_SYNTAX_MASM. * Various updates & bugfixes for all architectures. * Add 4 new architectures: EVM, M68K, M680X & TMS320C64x. * Add new group types: CS_GRP_PRIVILEGE & CS_GRP_BRANCH_RELATIVE. * Add new error types: CS_ERR_X86_MASM. [ X86 ] * Add XOP code condition type in x86_xop_cc. * Add some info on encoding to cs_x86 in cs_x86_encoding. * Add register flags update in cs_x86.{eflags, fpu_flags} * Change cs_x86.disp type from int32_t to int64_t. * Add new groups: X86_GRP_VM & X86_GRP_FPU. * Lots of new instructions (AVX) [ ARM64 ] * Add instruction ARM64_INS_NEGS & ARM64_INS_NGCS. [ Mips ] * Add mode CS_MODE_MIPS2. [ PPC ] * Change cs_ppc_op.imm type from int32_t to int64_t. * Add new groups: PPC_GRP_ICBT, PPC_GRP_P8ALTIVEC, PPC_GRP_P8VECTOR & PPC_GRP_QPX. * Lots of new instructions (QPX among them) [ Sparc ] * Change cs_sparc_op.imm type from int32_t to int64_t. [ Binding ] * New bindings: PowerShell & VB6 - Bumped sover to 4 - Spec cleanup- Update to 3.0.5 * build static library (but still don't install), since build explicitly links cstool against it- Update to 3.0.5-rc2 * Package cstool - Adopt %license- Correct the license tag, Capstone is BSD-3-Clause - Provide python3 bindings - Rename bindings subpackage to docs, it does not contain any bindings but documentation - Package some more documentation - Build with %{optflags}- Specfile cleanup- initial versionxinomavro 1766572885 4.0.2-150500.3.3.14.0.2-150500.3.3.14.0.2capstonearm.harm64.hcapstone.hevm.hm680x.hm68k.hmips.hplatform.hppc.hsparc.hsystemz.htms320c64x.hx86.hxcore.hlibcapstone.socapstone.pc/usr/include//usr/include/capstone//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42054/SUSE_SLE-15-SP5_Update/8185b02e36fba7fa50e118f6f6ec6d9a-capstone.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linuxdirectoryC source, ASCII textpkgconfig filePRතi/@utf-83be65d0b550d11f4855a22c7ea8f9e4e75b6d8ed6a76868ce7d8a244fd6fa71c? 7zXZ !t/*]"k%+(B>.C|#Gaϊ4>#X| CB^gn^U7> 8 Mz5u8}s> #J(.".{#&5W䢺/,"hb+(=]ݦ Vwy„\\ñ h6fefbHm^pVq;+OUuy:oGe8׋خ ? :XJ0/ g#sPtƲʄf=~7dVv5Ρ yCѩ Q$gػnp'8A(ǩo}e 6pw4ڍ̣+u$S0@5'$ gPZnвSq @@ 4E3P 7"4FO$ fU4.$=~Fjw`<o_a/7ϡ[x$= [gxd!l@9 ]iη3a.%`. vd+anȶ(2}\OD/p FěJ_ݏ+|Ζxnc FZ3wu\tpdL2xXR‚M{?ihNUw Z (z\ 3-xyԗzߙFiSk/ {콟HAXU`|W;f:AQ[?"Zr|4Uou"#W+ DFk@9/ !&ڐߙ~ki` ߣ**atEh"ֈFeX` N&`X!|q+Ԁ16h@5b\SxS)toչ0%(hRR-hڪ茰=ȜB1!Ƥ|etHxO 6(xs‚jj>`m>D] VnE˻/|@PVKR*@d ^%*dw[/%>w YZ