-
System information:Linux kali 6.10.9-amd64 https://github.com/ReFirmLabs/binwalk/issues/1 SMP PREEMPT_DYNAMIC Kali 6.10.9-1kali1 (2024-09-09) x86_64 GNU/Linux
python information: 3.12.6
When I run…
-
While building TensorFlow on a big endian system, encountered the following error :
```
ERROR: .cache/bazel/_bazel_root/efb88f6336d9c4a18216fb94287b8d97/external/local_xla/xla/service/cpu/runtime/BU…
-
Review comment come from @anderslindgren-iar and Anders Berg(IAR) https://lists.riscv.org/g/tech-toolchain-runtime/message/344
> Scalars that are 2×XLEN bits wide are passed in a pair of argument r…
-
I recently installed the latest version of the crate `uint`, and noticed that the code has become deprecated. I encountered the following error:
```
the trait bound U256: From is not satisfied
`…
-
Hi,
Is there any option to set the Date format as DMY (Ex. 01-12-2000)?
If not, that would be good if you add this option allow users to switch to different format.
As majority of countries in the wo…
-
Currently, the function for `set_holdings_from_u32` and `set_inputs_from_u32` and their `get` equivalents both use a big-endian representation with
```rust
...
(self.inputs)[reg as usize] = (value …
-
I'm trying to port Boxedwine to a big-endian 32bit PowerPC platform, and I ran into a crash in the elf loader due to it assuming little-endian native types. If I were to fix this, would I run into oth…
-
On (e.g.) PowerPC, the src/model.cpp code (maybe also others) doesn't work properly - the application crashes with segfault. The code needs to convert endianity of the loaded numbers after reading fro…
-
iphdr has an interesting description in https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/ip.h#L86
```
struct iphdr {
#if defined(__LITTLE_ENDIAN_BITFIELD)
__u8 ihl:4,
version:…
-
Hi,
Please see [1] for test failures on PPC which do not happen on x86 on 1.5.2.
Thanks!
```
FAIL: test-wpapsk
=================
1..3
ok 1 - test_crypto_engine_generic
not ok 2 - test_…