Posted on August 21, 2008, 1:40 pm, by Alexander Sandler, under
Resources.
This page presents IDA macros I’ve written. Load PE/COFF symbols Introduction Download Installation and use Same script but in a standalone version Load PE/COFF symbolsBACK TO TOC IntroductionBACK TO TOC It appears that when IDA parses symbols of Windows applications compiled with gcc (cygwin), it does not load symbol names properly. I.e. instead of real […]
Table of contents Load PE/COFF symbols Introduction Download Installation and use Same script but in a standalone version Introduction Understanding the kernel installation Kernel binary Kernel version number Kernel modules Linux boot process explained Initial ram-disk Mounting root file-system init and services init levels Services Booting Linux with broken init scripts Conclusion IntroductionBACK TO TOC […]
Tags:
boot,
disk,
hda,
ide,
init,
initrd,
kernel,
linux,
mkinitrd,
modprobe,
module,
script,
scsi,
sda,
shell,
system 5 Comments |
Read the rest of this entry »
Posted on July 16, 2008, 8:36 am, by Alexander Sandler, under
News.
This article describes sed, an excellent tool that I often use in shell scripts that I write. In the article I explain it’s most common features and also show some often overlooked features. You can find it here. Enjoy it!
Tags:
expression,
linux,
regular,
regular expression,
replace,
script,
search,
search and replace,
sed,
shell,
unix No Comments |
Read the rest of this entry »
Table of contents Load PE/COFF symbols Introduction Download Installation and use Same script but in a standalone version Introduction Understanding the kernel installation Kernel binary Kernel version number Kernel modules Linux boot process explained Initial ram-disk Mounting root file-system init and services init levels Services Booting Linux with broken init scripts Conclusion Introduction Why sed […]
Table of contents Load PE/COFF symbols Introduction Download Installation and use Same script but in a standalone version Introduction Understanding the kernel installation Kernel binary Kernel version number Kernel modules Linux boot process explained Initial ram-disk Mounting root file-system init and services init levels Services Booting Linux with broken init scripts Conclusion Introduction Why sed […]
Posted on January 25, 2008, 10:14 pm, by Alexander Sandler, under
Resources.
Many years ago I started working with an editor named Visual SlickEdit. At a time it was the most advanced editor for software development. Despite years have passed, I believe it is still one of the best editors available for programmers. Among its advantages is exceptionally powerful macro language. Many people don’t know this but […]