Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package
@ 2020-04-19 19:49 howtologinquickwiththirtyninecharacters
  2020-04-21 20:46 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: howtologinquickwiththirtyninecharacters @ 2020-04-19 19:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

New issue by howtologinquickwiththirtyninecharacters on void-packages repository

https://github.com/void-linux/void-packages/issues/21159

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.4.33_2 x86_64 GenuineIntel uptodate rrFFFFFF*
* package:  
  *cutter-1.10.2_2*

### Expected behavior

Cutter has at least one decompiler in the dropdown menu (this is the default behavior of the official releases, you can get the AppImage to test that from [here](https://github.com/radareorg/cutter/releases))

### Actual behavior

The decompiler dropdown is disabled and displays no options.

### Steps to reproduce the behavior

1. Install `cutter`
2. Run it (the executable is called `Cutter` with an uppercase C)
3. Select any file (let's use `/bin/cat` as an example)
4. Click Open
5. Click Ok on the analysis screen
6. Select the Decompiler tab on the bottom (if it is not visible click on the Windows menu and enable it)
7. Confirm that the Decompiler dropdown menu on the bottom right is empty (the official AppImage display Ghidra as the default decompiler)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
@ 2020-04-21 20:46 ` ericonr
  2020-04-21 20:49 ` jnbr
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-04-21 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-617405188

Comment:
@jnbr take a look at https://cutter.re/docs/building.html#cmake-building-options

You will need to pull the submodules into the build, it seems.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
  2020-04-21 20:46 ` ericonr
@ 2020-04-21 20:49 ` jnbr
  2020-05-06  5:41 ` ericonr
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jnbr @ 2020-04-21 20:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-617406818

Comment:
Thanks. I will take a look at it at the weekend, so if you need it urgently, feel free to give it a go.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
  2020-04-21 20:46 ` ericonr
  2020-04-21 20:49 ` jnbr
@ 2020-05-06  5:41 ` ericonr
  2020-05-08  0:27 ` jnbr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-05-06  5:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-624452451

Comment:
@howtologinquickwiththirtyninecharacters do you have `ghidra` installed on your system? A system package doesn't have to contain the same things an appimage does, because we can choose to install, or not, `ghidra` from the repos. Let me know if you can use it from there c:

@jnbr pretty sure my link was wrong, their issue is something else.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
                   ` (2 preceding siblings ...)
  2020-05-06  5:41 ` ericonr
@ 2020-05-08  0:27 ` jnbr
  2020-05-12 12:46 ` howtologinquickwiththirtyninecharacters
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jnbr @ 2020-05-08  0:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-625563811

Comment:
Even if it's possible to install ghidra, a plugin would still be needed to use it from inside cutter.
After looking at how this plugin would have to be built, I decided not to package it, anyone feel free to give it a try.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
                   ` (3 preceding siblings ...)
  2020-05-08  0:27 ` jnbr
@ 2020-05-12 12:46 ` howtologinquickwiththirtyninecharacters
  2020-05-12 12:49 ` howtologinquickwiththirtyninecharacters
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: howtologinquickwiththirtyninecharacters @ 2020-05-12 12:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

New comment by howtologinquickwiththirtyninecharacters on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-627320432

Comment:
@ericonr I'm sorry for replying so late, I missed the email notification. I don't have it installed but I can install it if necessary.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
                   ` (4 preceding siblings ...)
  2020-05-12 12:46 ` howtologinquickwiththirtyninecharacters
@ 2020-05-12 12:49 ` howtologinquickwiththirtyninecharacters
  2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: howtologinquickwiththirtyninecharacters @ 2020-05-12 12:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

New comment by howtologinquickwiththirtyninecharacters on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-627320432

Comment:
@ericonr I'm sorry for replying so late, I missed the email notification. ~I don't have it installed but I can install it if necessary.~ (After reading the other reply this doesn't look useful)

@jnbr Understood, thanks for explaining.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
                   ` (5 preceding siblings ...)
  2020-05-12 12:49 ` howtologinquickwiththirtyninecharacters
@ 2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-04-16  2:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/21159#issuecomment-1100506636

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [ISSUE] [CLOSED] cutter: it's not built with any decompiler unlike the official AppImage package
  2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
                   ` (6 preceding siblings ...)
  2022-04-16  2:02 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

Closed issue by howtologinquickwiththirtyninecharacters on void-packages repository

https://github.com/void-linux/void-packages/issues/21159

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *Void 5.4.33_2 x86_64 GenuineIntel uptodate rrFFFFFF*
* package:  
  *cutter-1.10.2_2*

### Expected behavior

Cutter has at least one decompiler in the dropdown menu (this is the default behavior of the official releases, you can get the AppImage to test that from [here](https://github.com/radareorg/cutter/releases))

### Actual behavior

The decompiler dropdown is disabled and displays no options.

### Steps to reproduce the behavior

1. Install `cutter`
2. Run it (the executable is called `Cutter` with an uppercase C)
3. Select any file (let's use `/bin/cat` as an example)
4. Click Open
5. Click Ok on the analysis screen
6. Select the Decompiler tab on the bottom (if it is not visible click on the Windows menu and enable it)
7. Confirm that the Decompiler dropdown menu on the bottom right is empty (the official AppImage display Ghidra as the default decompiler)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 19:49 [ISSUE] cutter: it's not built with any decompiler unlike the official AppImage package howtologinquickwiththirtyninecharacters
2020-04-21 20:46 ` ericonr
2020-04-21 20:49 ` jnbr
2020-05-06  5:41 ` ericonr
2020-05-08  0:27 ` jnbr
2020-05-12 12:46 ` howtologinquickwiththirtyninecharacters
2020-05-12 12:49 ` howtologinquickwiththirtyninecharacters
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).