tihmstar

Results 12 issues of tihmstar

for some reason this bfdecrypt crashes on my iPhone 11 iOS 13.5 after clicking OK By applying this patch, the crash happens after i can sucessfully download the ipa using...

### All Submissions * [X] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [!] This Pull Request doesn't contain any package additions;...

### All Submissions * [x] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [x] This Pull Request doesn't contain any package additions;...

In libusbmuxd tools the parsing code found here: https://github.com/libimobiledevice/libusbmuxd/blob/master/tools/iproxy.c#L132-L145 and here: https://github.com/libimobiledevice/libusbmuxd/blob/master/tools/inetcat.c#L219-L231 Looks like this: ``` if (dev->conn_data[1] == 0x02) { // AF_INET saddr->sa_family = AF_INET; memcpy(&saddr->sa_data[0], (uint8_t*)dev->conn_data+2, 14); }...

Older iOS (tested on iPod2,1 iOS 3.1.3) can be activated just fine, but doesn't actually leave the "connect to itunes" screen with "just" activation. In addition we need to tell...

Quoting from https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html: _You can specify multiple console= options on the kernel command line. Output will appear on all of them. The last device will be used when you open...

Setting `mode(M_TEXT_OUT);` causes the `.tmode_out` routine to be called internally. That routine always sets `.mode` to `M_TEXT_OUT`, which discards additional flags. This commit, makes sure that flags like `M_NO_SCROLL` persist...

I added names for arm coprocessor the read/write instructions `mrc`, `mcr`, `mrrc` and `mcrr` for the reserved coprocessors (cp15 and cp14). That makes reversing bare metal arm code much more...

Type: Bug
Feature: Processor/ARM
Status: Triage

**Describe the bug** In the following file https://github.com/NationalSecurityAgency/ghidra/blob/7381dd3bd0ffb5949f1fbc685b527b5c0965ce10/Ghidra/Processors/ARM/data/languages/ARMneon.sinc Only FPSCR seems to be handled, but not the other floating point registers. Looking at https://developer.arm.com/documentation/ddi0274/h (DDI0274H_vfp11_r1p5_trm.pdf) For example at *2.4 Loading...

Type: Bug
Feature: Processor/ARM
Status: Triage