-
I am currently doing some tests with keystone. I diassembled a binary with IDA and am trying to assemble the following instruction:
```
STC p11, c0, [R0], {0x21}
BX LR
```
and obtained the …
-
I would love to help out with this disassembly and furthering Gen IV research in general. However, I am unfamiliar with the setup required for working with ASM. I do have several years of programming …
-
Any tips on how to debug a guest program? e.g. How to make it log something
-
I'm using radare2 to disassemble an elf on arm32.
one function like this:
```
0x00010b3c push {r4, lr}
0x00010b40 mov r0, 1
0x00010b44 bl fcn.0001308c
0x00010b48 …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33741](https://bugs.llvm.org/show_bug.cgi?id=33741) |
| Status | NEW |
| Importance | P enhancemen…
-
```
conn_graph_facts = {'device_conn': {'str2-7050cx3-acs-06': {'Ethernet0': {'peerdevice': u'str2-7260cx3-acs-fan-10', 'peerport': u'Etherne...ard', 'HwSku': u'Arista-7050CX3-32S-C32', 'ManagementGw…
-
**Environment information**
* Operating System: linuxmint 20.1
* Cutter version: 1.12.0 Using rizin-0.1.0-git
* File format: elf64
* Arch: x86 (AMD x86-64 architecture)
* Type: EXEC (Executable…
-
### Expected behavior
Attempting to open a viewer that is already opened should focus that viewer instead.
### Actual behavior
It opens another copy of it.
### Steps to reproduce the behavior
…
-
```
//
// file: main.pas
//
uses
{+}
{$IFDEF MSWINDOWS}Windows,{$ENDIF}
{+.}
...
,StrUtils
{$IFDEF COM}
,ComObj {$IFDEF FPC},Ole2{$ENDIF}, ActiveX
{$ENDIF COM}
;
...
{$IFDEF COM}
functi…
-
```
What steps will reproduce the problem?
1. Disassemble a Corona SDK apk file
2. Rebuild it
What is the expected output? What do you see instead?
A correct APK should be built.
What version of the…