-
The current implementation of libcintelhex doesn't appear to support IHEX_SLA instructions. I've got some firmware that I'd like to write to a device that makes use of this instruction. Simply ignorin…
ghost updated
9 years ago
-
I built a project and compiled it, the program used 520 bytes showed in MPLAB X IDE
But when I executed pyupdi to download my code, terminal replied the information " **ihex too large for flash** "
…
-
**Version and Platform (required):**
- Binary Ninja Version: 4.2.5996-dev
- OS: All
- OS Version: Any
- CPU Architecture: Any
**Bug Description:**
The architectures don't register the new bint…
-
AVR binaries are usually distributed in the intel hex format.
It would be more comfortable if this plugin could directly open ihex files instead of requiring the user to do the `objdump` conversion …
-
https://github.com/microbit-foundation/microbit-fb/blob/dd6b7d14b3ed16e88daf4113248ae708d8176c00/src/__tests__/ihex.spec.ts#L54-L58
-
Hello, I loaded my PIC16F program to Ghidra and saw, function addresses doesn't match with addresses in iHex file.
There is address fields in iHex records but ghidra ignores them and puts addresses o…
-
[Intel HEX](https://en.wikipedia.org/wiki/Intel_HEX) is a file format that conveys binary information in ASCII text form. It is commonly used for programming microcontrollers, EPROMs, and other types …
-
# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template
Make sure you are testing using the latest git version of radar…
-
In GitLab by @hgxl64 on Nov 22, 2020, 05:31
Minipro does not build with the provided Makefile. The error is:
```
gcc -g -O0 -Wall -DSHARE_INSTDIR="\"/usr/local/share/minipro\"" -I/usr/include/libusb…
-
```
pub struct MemoryRegion {
pub start: u32,
pub end: u32,
pub name: String,
pub buffer: Vec,
}
impl MemoryRegion {
fn address_in_region(&self, address: u32) -> bool {
…