Deep Optimization of Linux File System: Revitalize Your Disk

Deep Optimization of Linux File System: Revitalize Your Disk

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇Join our technical exchange QQ group with the note 【Official Account】 for faster access Components of the Disk Our disk is the only mechanical device in our computer (some older computers), and it is also a peripheral. Our computers are called electronic computers, which … Read more

How to Convert AXF to BIN Using fromelf in Keil MDK

How to Convert AXF to BIN Using fromelf in Keil MDK

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang WeChat Public Account | Embedded Column Previously, we discussed bin, hex, axf, and elf file formats, where axf is also considered an executable program file, but it has more debugging information compared to bin and hex. Keil MDK does not generate bin files by default. … Read more

Remote Debugging of MIPS Executables with QEMU and IDA

Remote Debugging of MIPS Executables with QEMU and IDA

Introduction Remote debugging with QEMU is quite simple; just enable the -g parameter to bind to a local port. However, IDA requires some configuration to debug MIPS architecture binary files and pause processes for debugging. (There are many online tutorials on how to run IDA in Linux and set up the buildroot environment, or feel … Read more