Namhyeon, Go

Results 49 comments of Namhyeon, Go

(Added on April 22, 2024) We need to consider how to allow Android devices to act as HTTP servers to remotely execute JavaScript. In the past, there was a package...

I queried ChatGPT for details on this issue and was able to obtain the example code using `pydivert` as follows: ```python3 import pydivert def is_port_443(packet): # Implement the logic to...

Recently, I came across an interesting implementation related to WFP (Windows Filtering Platform). I will try it out soon if I get the chance.

Added links: * https://learn.microsoft.com/en-us/openspecs/ie_standards/ms-sri/3498ff66-8061-4aff-96ce-3e65413a8bf2 * https://github.com/DeuxHuitHuit/sri

![image](https://github.com/gnh1201/welsonjs/assets/4439601/06e9877c-8440-42b0-9acd-319358ba2e99)

Changed the `excel.setValueByPosition(x, y, c)` to `excel.getCellByPosition(x, y).setValue(c)` b87aad537ac594bab8ce2215362a203d8eb4d5fc

[system/storage] memory size abuse of remove_volatile_files() #94

select * from rat_commands where id > 0 and instr(lower(:device_os), platform) > 0 order by id desc limit 0, 10

It works (will updated next release): ``` $sql = get_bind_to_sql_select("autoget_sheets", false, array( "setwheres" => array( array("or", array( array("and", array("eq", "command_id", 1)), array("and", array("in", "col_n", array(1, 2))), array("and", array("gt", "row_n", 3))...