Skip to content

Error #48

Description

@Frago9876543210
{
    onEnter: function (log, args, state) {
        this.b = args[1];
    },
    onLeave: function (log, retval, state) {
	rlen = Memory.readShort(this.b)/8;
        uint8arr = new Uint8Array(Memory.readByteArray(this.b.add(0x11), rlen));
        var hexStr = '';
        for (var i = 0; i < uint8arr.length; i++) {
            var hex = (uint8arr[i] & 0xff).toString(16);
            hex = (hex.length === 1) ? '0' + hex : hex;
            hexStr += hex;
        }
        log(hexStr);
    }
}

{'type': 'error', 'description': 'Error: access violation accessing 0xc49c3000', 'stack': 'Error: access violation accessing 0xc49c3000\n at input:39\n at call (native)\n at invokeCallback (tracer.js:33)\n at tracer.js:42', 'fileName': 'input', 'lineNumber': 39, 'columnNumber': 1}

How to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions