-
Archives
Recent Comments
- roman on How to decode the Nikon DSLR firmware
- Simeon on How to decode the Nikon DSLR firmware
- Barry on How to decode the Nikon DSLR firmware
- Simeon on Expectation Stress
- Rand Thompson on Expectation Stress
Category Archives: Programming
IDA Script: Fixing 16bit pushed data segment references
A good friend has started reversing an old 16bit Borland C++ (3.1?) program, and had lots of stack push data segment offsets that were not correctly cross referencing. After telling him the shortcuts for manually fixing the issue (press O … Continue reading
We are looking for C++ Developers
Well I didn’t say anything last time we posted C++ developer job roles, but we currently have two openings for C++ developers as permanent Caterpillar employees, so if you have 4+ year experince in C++ and you want to live in … Continue reading
WinCE Remote Debugging: “No process is on the other end of the pipe.”
I have a new WinCE platform to port our project onto, and was getting “No process is on the other end of the pipe” when I would try remote debug the app, after successfully deploying via WinCE development without Active … Continue reading
WinCE development without Active Sync on Win 7
At the start of the year I was given a device to do trial Windows CE development against. I was also given a zip file with the SDK and some instructions. Step 1: Install Active Sync 4.5 on your Windows … Continue reading
Posted in Programming, Visual Studio
1 Comment
Interface Builder does not save Xib file on Build
After 30-50 minutes of rage and starting the project over, I learned the hard way that just because Interface Builder is part of the Xcode suite, it has no clue when Xcode is building. Thus does not save the .xib … Continue reading