DKing

Results 11 issues of DKing

Hi, seems like you forgot to save function address to origFunc so I cant call the original one.

`idaapi.set_imagebase(loadbase)` please consider adding this in `load_file` because other scripts might need this info.

Steps to reproduce: 1. On windows 10 x64 20H1, run `Driver()::InjectDll(... IT_MMap ...)` to inject a random x64 dll ( /MT in my case ) to OneDrive.exe. _Note: Before entering...

### Is there an existing issue for this? no - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? An...

Hi, 我关注到游戏加速部分链接已失效,并且我有更简洁的游戏加速实现方式,已经在Apex Legends with proton上验证。 请参考 [这个仓库](https://github.com/DKingAlpha/LinuxGameAcc)的文档更新。

Some linux users (arch linux, for example) are running docker with default service file that set NOFILES to infiite, which will cause celery to hang for hours to days taking...

status/awaiting-contributor

This patch could be applied to other branches.

dev is broken so I was using master and improving it.

The following PR is part of the effort to make the PVP feature click-to-play, keeping end users free from dealing with any configurations (when redistributed with preset server info)

## Input ```js // cond 1: strict mode "use strict"; function ref_symbol(symbol) { console.log('ref_symbol', symbol); } // cond 2: function hoisting, used before declaration. var a = bad_function(); console.log(a); //...