Jinmo

Results 24 comments of Jinmo

snippet을 include의 autocomplete로 넣자 Answer checker의 경우 지금 개인적으로 짜고있는 쉘코딩에서는 strace 기반으로 하고있는데, 이걸 이제 함수 단위로 만들어서 사용해도 되겠다. validator에서 코드의 사이즈를 체크해도 될 것 같다. 이러면 validator,...

chroot의 단점: root 권한이 있어야됨

chroot 말고 selinux쪽으로 하는 것이 좋을 듯 싶고, 아니면 컴퓨터를 분리해서 컴파일전용 컴퓨터를 만드는 것도 방법일 듯 싶은데..

후보군: - selinux - fuse - nsjail

Hello, it seems like I accidently disabled the server when migrating. However, since no one is now using idapkg, it might be a good timing to archive the project.. Farewell...

Sorry for the delays. 1. - idapkg-website is the frontend, which emits a static website that connects to idapkg-api based web server. Actually, idapkg-website was hosted via AWS S3 (=idapkg.com)....

Yes, it seems like a good idea! Initially I was planning to sync API scheme to be able to be statically served, but forgot it after some point (I guess...

Hello, I've uploaded an example repo: https://github.com/Jinmo/idapkg-repo and commit 2bd86e7 and 5e141ca. You can specify the new github: url scheme in config.json. The default value for `config.json` is not changed...

Thanks for the report! In fact I didn't check when upgrading virtualenv; now it has several dependencies?!.. :thinking: Maybe I should stick with old version and upgrade pip after installing...

In addition, could you elaborate more on this issue? > Side note: idapkg cannot find pip on my machine because [this line of code](https://github.com/Jinmo/idapkg/blob/aedb91a32a72bab261259037628f7441a9104343/pkg/virtualenv_utils.py#L101) I've added it to make IDA...