Igor Skochinsky

Results 10 issues of Igor Skochinsky

Source: https://downloads.openwrt.org/releases/17.01.0/targets/ixp4xx/harddisk/lede-17.01.0-r3205-59508e3-ixp4xx-harddisk-ap1000-zImage ``` [+] Kernel successfully decompressed in-memory (the offsets that follow will be given relative to the decompressed binary) [+] Version string: Linux version 4.4.50 ([email protected]) (gcc version 5.4.0...

Kernels which do not have `CONFIG_KALLSYMS` but support loadable modules still have a symbol table for runtime linking of the modules. These are present as simple address/name pairs in sections...

First, congrats on the awesome tool. I decided to try it out and went to the [OpenWRT release archive](https://downloads.openwrt.org/releases/). The first one alphabetically was [ARC](https://downloads.openwrt.org/releases/18.06.4/targets/arc770/generic/) and it failed: ``` File...

This would be a killer feature but I imagine it can be a lot of work... Even just WinDbg via Intel UEFI debugger would be awesome.

It may be that I fail at git but reporting this just in case. Using VS2015 but with Target Platform set to 10.0.10240.0 (not sure if important). 1. recent `git...

Currently the installer drops the plugin and TTD DLLs into IDA's install folder which requires admin privileges. Besides making the installer unnecessarily IDA version-specific, this can be easily avoided with...

AVX instructions can also be used in 32-bit files, so enable plugin for them too. NB: only basic checks were done; possibly more amendments are necessary for full support.

The version in pypi is [3.0.1 from 2008](https://pypi.org/project/epydoc/#history) and is not compatible with Python 3. Are there plans to update the package?

Extracted from the amd64 netinst iso [vmlinuz.txt](https://github.com/marin-m/vmlinux-to-elf/files/14963955/vmlinuz.txt) ``` File "\kallsyms_finder.py", line 719, in find_kallsyms_markers raise ValueError('Could not guess the architecture register ' + ValueError: Could not guess the architecture register...

reference: https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00075&languageid=en-fr This consists of two parts: 1. determine ME version 2. detect if AMT is supported and enabled/provisioned 1 can be done using using HECI commands. for HECI communication,...

enhancement