Iru Cai
Iru Cai
@jerryz123 What is the current status of secureboom, are you still working on it? I'm going to do some work on securing BOOM from Spectre, so I'd like to know...
@jerryz123 would you mind telling me what scheme the new Spectre-resistant cache based on? From what I have read, there are following methods: - speculative buffer like InvisiSpec, it looks...
I saw the report about secureboom and boom-attack at https://people.eecs.berkeley.edu/~kubitron/courses/cs262a-F18/projects/reports/project4_report.pdf Is your new implementation able to run SPEC CPU benchmarks now?
There are some places to change, e.g.: ``` def _cmd_pipe(self, cmd): - out = '' + out = b'' cmd = cmd.strip().replace("\n", ";") if os.name == "nt": windll.kernel32.WriteFile(self.pipe[1], cmd, len(cmd),...
This is the fix for 2.4.0 (looks like it's the current r2pipe-0.9.9) https://github.com/mytbk/radare2-r2pipe/commit/15ceaa5c554d76ab96645f1b75b7f0c2a5650b32
I've made a proof of concept in [branch metaiso](https://github.com/mytbk/liveusb-builder/tree/metaiso), and an example for [arch](https://github.com/mytbk/liveusb-builder/blob/metaiso/distro/arch/meta). The code is now a little messy so I'm not going to update the code in...
Usage: ./buildlive --boot /dev/sdb1 --root /dev/sdb2 --distro=arch ~/isofiles/archlinux-2020.06.01-x86_64.iso only tested on the official archiso located in ~/isofiles
Strange, I think it should give an error saying distro/.../meta not found. Yes, I only added Arch support. When you use --distro=foo, buildlive will find a file named distro/foo/meta. I've...
Working on: - Intel Core i5 3320M (Ivy Bridge) - Lenovo Thinkpad X230 - coreboot - 4e9fc2e Using the ME image from google/link, no issues found.
呃,当初测试的时候没试过web端。 是这样的,我当时写这个的考虑是我会拿自己的微信号来做机器人,所以希望我自己的{Matrix,XMPP,...}发消息的时候机器人不会加一个[username]的串,所以才会考虑用config[channel]['me']这个属性。