#Capstone

2025-04-17

@joxean #capstone? eh, also assembler? hmmmm. rasm2? #radare
update: oh webtool? sorry.

2024-12-24

🎉 Our Google Summer of Code (#GSoC) participant, moste00, has made a write-up about their journey enhancing the RISCV disassembler within Capstone using the sail sources. Check out their project progress here!
rizin.re/posts/gsoc-2024-auto- #RizinOrg #RISCV #capstone

2024-10-12

🚀 Alrighty, throwing this out there as a "soft launch" of my MA capstone project. Basically, mocking up a what-if prototype of a club soccer app within Teams for Home.

capstone.sonspring.com

Planning on making another fake app example, as the semester goes on. My hypothesis is that a consumer facing version of Teams with a plugin architecture could unlock a "mass niche" market.

I built this demo with:

– Panda CSS
– Solid JS
– Vite

#capstone #design #ixd #javascript #teams

Revista Occam's RazorRevistaOccamsRazor@masto.es
2024-08-07

En el número #ROOR07 iniciamos una nueva sección llamada #AprendeHacking escribiendo tus propias herramientas. En este primer artículo escribimos una herramienta para volcar shellcodes

#Hacking #Shellcode #Capstone #desensamblador #programming #C #programacion

ibolcode.net/roor/2024-08-volc

2024-07-13
Binary parsing with #Rust and #goblin https://jarkko.codeberg.page/2024/07/13/binary-parsing-with-goblin.html

The next step is to use #Capstone bindings to disassemble the victim symbol.

#rustlang
2024-06-27

If #Radare2 vs #Rizin makes no sense to you, perhaps #Python will. It is pretty solid tool for driving #Capstone :-)

Transcript:

raw = open('/home/jarkko/work/nnn/nnn', 'rb')
from elftools.elf.elffile import ELFFile
elf = ELFFile(raw)
symtab = {s.name: s for s in (elf.get_section_by_name('.symtab')).iter_symbols()}
sym = symtab.get('move_cursor')
addr = sym['st_value']
size = sym['st_size']
text = elf.get_section_by_name('.text')
offset = addr - text['sh_addr'] + text['sh_offset']
raw.seek(offset)
payload = raw.read(size)
from capstone import Cs, CS_ARCH_ARM64, CS_MODE_ARM)
disasm =  Cs(CS_ARCH_ARM64, CS_MODE_ARM)
for opcode in disasm.disasm(payload, addr):
    print(f"0x{opcode.address:x}:\t{opcode.mnemonic}\t{opcode.op_str}")

Just got a bit familiar this. The main benefits are obviously:

  • Recursive traversal #disassembly (vs linear sweep style in objdump)
  • Re-usable analysis
  • No boundaries how you can post-process the analysis (or visualize it)

I find this super fascinating!

2024-05-16

‘Fall’ Sequel to Be Directed by ‘Jigsaw’ Helmers the Spierig Brothers for Capstone (EXCLUSIVE)

variety.com/2024/film/global/f

nerd :verifiedbi::verifiedtrans:defunctnerd@transfem.social
2024-05-10

Have you downloaded any shady tech company dating apps lately? Have they caused you a bit of trouble? Invading your personal privacy or giving you bad matches?

Not to worry!
Matchstick is nothing like that!

To prove it, watch this young woman's journey as she uses our top-of-the-line dating app on Youtube! Link below.

https://youtu.be/hIyPOPWylfM?si=b7Wf5RJC2nZQCmSj

#indieanimation #animation #queerart #lgbtqartist #capstone #capstoneproject

Jonathan Perkinjperkin@federate.me.uk
2024-03-11

Spent a couple of hours this morning fixing low-hanging fruit, broken third-party #pkgsrc software on #illumos.

#taglib uses conflicting offset_t type.

#gst-plugins1-base fails to include sys/stat.h for S_* macros.

#capstone doesn't handle non-const getopt.

#opencv uses ambiguous ceil() call.

#qalculate and #xscreensaver use conflicting "sun" define.

#qgpgme uses conflicting "single" type.

#mbrola has incorrect endian detection and is not MAKE_JOBS safe.

github.com/NetBSD/pkgsrc/commi

Haarlemse PopScene On Tourhpsot@masto.ai
2023-11-26

- do 30/11 v/a 21:30 in Lokaal: Instrumental Disorder en The All-Nighters en
- za 02/12 v/a 20:30 in Stiel's: A Bright Day en Tenedle.

Komt allen, want laat ze niet vallen!

#hpsot #hps023 #haarlem #popscene #ontour #live #muziek #musik #musica #musique #music #slachthuis #slachthuishaarlem #icarus #theicarusband #capstone #capstonealtrock #lokaal #lokaalhaarlem #lokaaldutchbeerbar #instrumentaldisorder #allnighters #theallnighters #stiels #abrightday #tenedle

Haarlemse PopScene On Tourhpsot@masto.ai
2023-11-26

Geweldig genietbare avond in Out of the Blues, gister, met Flora State en Choq Orange (2 picturi door Roel Syperda).

Maar dus en want nu snel (aanvang 15:00) op naar Slachthuis voor Icarus en Capstone!

#hpsot #hps023 #haarlem #popscene #ontour #live #muziek #musik #musica #musique #music #ootb #outoftheblues #florastate #choqorange #slachthuis #slachthuishaarlem #icarus #theicarusband #capstone #capstonealtrock

Haarlemse PopScene On Tourhpsot@masto.ai
2023-11-19

Komend weekend zijn we er 2x dus dan bent u daar natuurlijk ook:

- za 25/11 v/a 22:00 in Out of the Blues met Flora State en Choq Orange

- zo 26/11 v/a 15:00 in Slachthuis met Icarus en Capstone
Komt allen, want laat ze niet vallen!

#hpsot #hps023 #haarlem #popscene #ontour #live #muziek #musik #musica #musique #music #ootb #outoftheblues #florastate #florastateband #choqorange #slachthuis #slachthuishaarlem #icarus #capstone

2023-11-01

Sam Raimi-Produced Horror Thriller ‘Don’t Move’ Acquired for U.K., Ireland by Signature Entertainment (EXCLUSIVE)

variety.com/2023/film/global/s

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst