Originally x64 vmlinux entry point is:
Code: Select all
Entry point address: 0x1000000
after this entry point is:
Code: Select all
Entry point address: 0x1000040
but after adding it and perform jump to the new address, it's hanging..
Is the jump address incorrect or I need to change something in kernel ?