rizinorg/cutter

Calling Conventions

已關閉

#3,513 建立於 2025年8月28日

 (4 則留言) (0 個反應) (0 位負責人)C++ (1,123 個分叉)batch import
Enhancementgood first issuerizin

倉庫指標

星標
 (14,852 顆星)
PR 合併指標
 (平均合併 13天 23小時) (30 天內合併 20 個 PR)

描述

Is your feature request related to a problem? Please describe.

I think it can be nice to be able to change the calling conventions of functions, I got stuck because the disassembled calling convention was wrong, i had to double check with Ghidra.

Describe the solution you'd like

Just being able to right click on the calling convention and change it, then the disassembled output adapt to it.

Describe alternatives you've considered

I don't think there is except using another RE tool to double check.

Additional context

While reversing a DLL I got some problems because I was calling a function with the wrong calling convention (Screenshot 1: Cutter 2.4.1-HEAD-a5f88d1, Disassembler set on Ghidra) image

But when I open the file with Ghidra it's not the same calling convention: image

貢獻者指南